@extends($viewVars['loadTeacherLayout'] ? 'layouts.teacher' : 'layouts.vertical') @section('css') @endsection @section('breadcrumb')

Safety Log Book

@endsection @section('content')
@csrf
Edit Record
date)->format('d/m/Y') : old('date') }}" placeholder="" required>
@if(isset($record->documents) && !empty($record->documents)) @foreach($record->documents as $document) @php $ext = pathinfo($document->url, PATHINFO_EXTENSION); @endphp
{{ isset($document->name) ? $document->name : '' }} @endforeach @else
@endif
@endsection @section('script') @endsection @section('script-bottom') @endsection