@foreach ($all_incident as $incident) @endforeach
@lang('behaviourRecords.title') @lang('behaviourRecords.point') @lang('behaviourRecords.session') @lang('behaviourRecords.date') @lang('behaviourRecords.description') @lang('behaviourRecords.assigned_by')
{{ $incident->incident->title }} {{ $incident->incident->point }} {{ $incident->academicYear->year }} {{ $incident->academicYear->title }} {{ dateconvert($incident->incident->created_at) }} {{ $incident->incident->description }} {{ $incident->user->full_name }}