@foreach ($student->incidents as $data) @endforeach
@lang('behaviourRecords.title') @lang('behaviourRecords.point') @lang('behaviourRecords.date') @lang('behaviourRecords.description') @lang('behaviourRecords.assigned_by') @lang('behaviourRecords.actions')
{{ $data->incident->title }} {{ $data->incident->point }} {{ dateconvert($data->incident->created_at) }} {{ $data->incident->description }} {{ $data->user->full_name }} @lang('behaviourRecords.delete')