@extends('admin.default') @section('css') @endsection @section('content')

VTC Students

@include('include.messages')
Reset

VTC Students

@forelse($vtcStudents as $student) @empty @endforelse
GR No Name Guardian Name Contact Number Course Timings Days Action
@if($student->img) Student Image @else - @endif {{ $student->gr_no }} {{ $student->name }} {{ $student->guardian_name }} {{ $student->contact_no }} {{ optional($student->courses->first())->name ?? 'N/A' }} {{ $student->start_time }} - {{ $student->end_time }} {{ $student->days }}
@method('DELETE') @csrf
No students found.
@if($vtcStudents->total() > 2) @endif
@endsection @section('js') @endsection