@php $favicon = websiteSetupValue('favicon'); @endphp @if ($favicon) @endif @include('frontend.layouts.css') @include('frontend.layouts.header') @yield('content') @include('frontend.layouts.footer') @include('frontend.layouts.js')