@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| ID |
Name |
Email ID |
Mobile No |
Added / Modified date |
Action |
@if(count($student)>0)
@foreach ($student as $key=>$student1)
| {{ $student1->id }} |
{{ $student1->name }} |
{{ $student1->email_id }} |
{{ $student1->mobile_no }} |
{{ $student1->created }}
|
Active
|
@endforeach
@else
| No record found! |
@endif
{{$student->links()}}