@extends('backEnd.master') @section('title') @lang('behaviourRecords.incident_wise_report') @endsection @section('mainContent')

@lang('behaviourRecords.incident_wise_report')

@foreach ($incidents as $incident) @endforeach
@lang('behaviourRecords.incidents') @lang('behaviourRecords.students')
{{ $incident->title }} {{ count($incident->incidents->unique('student_id')) }}
@endsection @include('backEnd.partials.data_table_js')