@php $routeName = Route::currentRouteName(); @endphp @if($routeName=="home" || $routeName=="blogs") @php $social_news = App\Models\SocialBannerShare::where('page_name' , $routeName )->first(); @endphp @elseif($routeName=="blog.show") @endif
@yield('content')