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

@lang('behaviourRecords.incident_list')

@foreach ($incidents as $data) @endforeach
@lang('behaviourRecords.title') @lang('behaviourRecords.point') @lang('behaviourRecords.description') @lang('behaviourRecords.actions')
{{ $data->title }} {{ $data->point }} {{ $data->description }} @lang('common.edit') @lang('common.delete')
@endsection @include('backEnd.partials.data_table_js')