@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
| ID |
Institution |
Class |
Subject Name |
Question |
Student Name |
Advisor Name |
Added date |
Action |
@if(count($chat)>0)
@foreach ($chat as $key=>$chat1)
| {{ $chat1->id }} |
{{ $chat1->institution_name }} |
{{ $chat1->class_name }} |
{{ $chat1->subject_name }} |
{{ $chat1->description }} |
{{ $chat1->student_name }} |
{{ $chat1->advisor_name }} |
{{ $chat1->created }}
|
Live
|
@endforeach
@else
| No record found! |
@endif
{{$chat->links()}}