@if(auth()->user()->user_role_id==4) @extends('pia.layouts.app') @endif @section('title','Training Programme List') @section('content')

Training Programme List

@if(auth()->user()->user_role_id==4) Create New @endif
@include('admin.courses.table')
@endsection