@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| ID |
Institution Type |
Class Name |
Name |
Added / Modified date |
Action |
@if(count($subject)>0)
@foreach ($subject as $key=>$subject1)
| {{ $subject1->id }} |
{{ $subject1->institution_name }} |
{{ $subject1->class_name }} |
{{ $subject1->name }} |
{{ $subject1->created }}
|
|
@endforeach
@else
| No record found! |
@endif
{{$subject->links()}}