@extends('layouts.default_module')
@section('module_name')
Discussion of groups
@stop
@section('content')
@for ($i = sizeOf($chat->items()) - 1; $i > -1; $i--)
Notice: Undefined variable: chat in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/group/details.blade.php on line 25
Notice: Undefined variable: i in /home/developmenthatin/public_html/hrs_backend/resources/views/admin/group/details.blade.php on line 25
@if ($c->user->role_id == 2)
@include('admin.group.partial.user')
@endif
@if ($c->user->role_id == 1 || $c->user->role_id == 3)
@include('admin.group.partial.student')
@endif
@endfor
{!! Form::hidden('last_chat', $last_msg_id, ['id' => 'last_chat']) !!}
@stop
@section('footer')
@stop
@section('app_jquery')