@include('view.layout.header',['title'=>'User Panel']) @include('user.layout.menu') @section('title','Courses')
@section('script') @endsection @include('user.layout.modals') @include('view.layout.footer')