@yield('title')
@if(Route::currentRouteName() !== 'buyer.productsdetails' && Route::currentRouteName() !== 'user.details' &&
Route::currentRouteName() !== 'buyer.buyer_dashboard' &&
Route::currentRouteName() !== 'allbuyerdetails')
@endif
@php
$user = Auth::user();
@endphp
@yield('frontend-content')
@yield('custom-script')