@extends('backEnd.master') @section('title') @lang('behaviourRecords.incident_wise_report') @endsection @section('mainContent') @lang('behaviourRecords.incident_wise_report') @lang('behaviourRecords.dashboard') @lang('behaviourRecords.behaviour_records') @lang('behaviourRecords.incident_wise_report') @lang('behaviourRecords.incident_wise_report') @lang('behaviourRecords.incidents') @lang('behaviourRecords.students') @foreach ($incidents as $incident) {{ $incident->title }} {{ count($incident->incidents->unique('student_id')) }} @endforeach @endsection @include('backEnd.partials.data_table_js')