@if(request()->is('top*')) @include('partials.general_top_header') @yield('content') @include('partials.general_top_footer') @else @include('partials.general_header') @yield('content') @include('partials.general_footer') @endif