@php $title = App\Models\SiteSetting::select('site_title')->first(); @endphp {{ $title->site_title ?? '' }} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@include('partials.frontend.header') @yield('content') @include('partials.frontend.footer')
@stack('script')