@yield('styles')
@include('core::partials.top_nav') @if(Auth::user()->hasRole('client')) @include('core::menu.client') @else @include('core::menu.admin') @endif
@include('core::partials.flash.message')
@yield('content')
@include('core::partials.footer')
@yield('scripts')