@php $seo = App\Models\SeoSetting::find(1); @endphp
@yield('title')
@include('frontend.body.header') @include('frontend.body.breaking_news')
@yield('home') @include('frontend.body.footer')