@extends("layouts.app") @section("title") @php $tablename="Course" @endphp Courses @endsection @section("content") {{-- ---------------------------------------------------- table 1 html -------------------------------------------------- --}} @php $tableNo=1; @endphp
@if(isset($MyPermissionPage[$tablename])) @if($MyPermissionPage[$tablename]->add == 1)
@endif @endif
{{csrf_field()}}
@endsection @section("script") @endsection