@include('layouts.master.head') {{-- @yield('css') --}} {{-- --}}
@include('layouts.desktop.navbar')
@if (isset($data['landingpage'])) @include('page.landingpage') @elseif ($data['article']) @include('page.article') @endif @include('layouts.desktop.script')