@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')

Training or Meeting Log

@endsection @section('content')
@csrf
General details
Associated Staff
@if(isset($teachers) && !empty($teachers)) @foreach ($teachers as $teacher)
@endforeach @endif
Training or Meeting Duration
@endsection @section('script-bottom') @endsection