@extends('layouts.vertical') @section('css') @endsection @php $steacher = ""; if(app('request')->input('teacher')){ $steacher = app('request')->input('teacher'); } $relations = config('constant.relation'); @endphp @section('breadcrumb')

Edit Training or Meeting Log

@endsection @section('content')
@csrf
General details
trainingDate)->format('d/m/Y') : old('trainingdate') }}" placeholder="">
@if(isset($training->documents) && !empty($training->documents))
{{-- --}}
@php $rcount = 0; @endphp @foreach($training->documents as $document) @php $ext = pathinfo($document->url, PATHINFO_EXTENSION); @endphp
{{-- --}}
@php $rcount++; @endphp @endforeach
{{-- --}}
@else
{{-- --}}
{{-- --}}
@endif
Associated Staff
@if(isset($teachers) && !empty($teachers)) @foreach ($teachers as $teacher) @php $flag = 0; @endphp
@endforeach @endif
Training Duration
trainingExpiryDate)->format('d/m/Y') : old('trainingExpiryDate') }}" placeholder="">
@endsection @section('script-bottom') @endsection