@extends('backEnd.master')
@section('title')
@lang('behaviourRecords.incidents')
@endsection
@section('mainContent')
@lang('behaviourRecords.incident_list')
@foreach ($incidents as $data)
@lang('behaviourRecords.title')
@lang('behaviourRecords.point')
@lang('behaviourRecords.description')
@lang('behaviourRecords.actions')
{{ $data->title }}
{{ $data->point }}
{{ $data->description }}