@extends("layouts.app") @section("title") @php $tablename="CourseEnroll" @endphp CourseEnrolls @endsection @section("content") {{-- ---------------------------------------------------- table 1 html -------------------------------------------------- --}} @php $tableNo=1; @endphp
{{csrf_field()}}
@endsection @section("script") @endsection