@include('view.layout.header',['title'=>'User Panel']) @section('title','User Panel')
@yield('pages')
@include('user.layout.modals') @include('view.layout.footer')