Dashboard


@if(session('success')) @endif

Record Attempt Applications

@forelse($forms as $form) @empty @endforelse
# Full Name Email Mobile Gender Occupation Submitted On Actions
{{ $loop->iteration }} {{ $form->full_name }} {{ $form->email }} {{ $form->mobile }} {{ $form->gender }} {{ $form->occupation ?? '-' }} {{ $form->created_at->timezone('Asia/Kolkata')->format('d M Y H:i') }}
@csrf @method('DELETE')
No application forms found.