@extends('admin/layouts/contentLayoutMaster') @section('title', 'Student Session') @section('content') @section('page-style') @endsection

Student Session

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

Live

No record found!
{{$chat->links()}}
@endsection