@extends('dashboard.master') @section('title', 'Admit Card') @push('css') @endpush @section('content')
Admit Card
Back @if(Auth::user()->role_id == 1 || Auth::user()->type == 1 || Auth::user()->canPerm('admitcard.create')) {{-- Create --}} @endif
{{-- Filter Section --}}
{{-- End Filter Section --}}
SN Date Exam Class Student Given By Action
@push('js') @endpush @endsection