@extends('layouts.default_header') @section('content')
{!! $chat->render() !!}
@for($i=sizeOf($chat->items())-1; $i>-1 ; $i-- )
Notice: Undefined variable: chat in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/chat/details.blade.php on line 27

Notice: Undefined variable: i in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/chat/details.blade.php on line 27

Notice: Trying to access array offset on value of type null in /home/demohatinco/public_html/khatmenabowatbackend/resources/views/admin/modules/chat/details.blade.php on line 27
@if($c->sender == 'user') @include('admin.modules.chat.partial.user') @endif @if($c->sender == 'scholar') @include('admin.modules.chat.partial.scholar') @endif @endfor
{!! Form::hidden('last_chat',$last_msg_id,['id'=>'last_chat']) !!} @stop @section('footer') @stop @section('app_jquery')