@extends('layouts.app') @section('title') {{__('View Employee Training')}} @endsection @section('breadcrumb')

{{__('View Employee Training')}}

@endsection @section('content')
@csrf @method('put') @include('admin.employee_training._form')
@include('admin.patients.rename_file') @endsection @section('scripts') @endsection