@extends('backEnd.master') @section('title') @lang('behaviourRecords.behabiour_record_comment') @endsection @push('css') @endpush @section('mainContent')

@lang('behaviourRecords.behabiour_record_comment')

@lang('behaviourRecords.incident_details')

@lang('behaviourRecords.student_name'): {{ $incident->studentRecord->studentDetail->full_name }}
@lang('behaviourRecords.incident_title'): {{ $incident->incident->title }}
@lang('behaviourRecords.incident_point'): {{ $incident->incident->point }}
@lang('behaviourRecords.incident_description'):

{{ $incident->incident->description }}

@endsection @push('script') @endpush