Subjects

Subjects

Manage your subjects

@if (isset($subjects) && count($subjects) > 0)
@foreach ($subjects as $subject) @endforeach
# Name Action
{{ $subject->id }} {{ $subject->name }} Edit
@csrf @method('DELETE') Delete
@if ($subjects->hasPages()) @endif @else
No subject found!
@endif
@include('admin.modals.addSubject')