{{-- Meta --}} @if(!isset($data['result']['name'])) {{-- Get setting parameter --}} @php $parameter = json_decode($GLOBALS['project_app']['result']['parameter'], true); @endphp @if(isset($parameter['keywords'])) @if($parameter['keywords']) @else @endif @else @endif @if(isset($parameter['description'])) @if($parameter['description']) @endif @endif @endif @section('meta') @show {{-- Favicon --}} {{-- CSS Load --}} {{-- Preset Font Awesome --}} {{-- Custom Style --}} @section('css') @show
{{-- Global Loading Overlay --}} @foreach($GLOBALS['layout']['result']['layout_assigning'] as $no => $layout) {{-- Menu Bar --}} @if($layout['layout_type_id'] == 1) @section('menu') @show {{-- Article --}} @elseif($layout['layout_type_id'] == 2) @section('body')