@extends('layouts.app') @section('title') {{__('Edit Work Instructions')}} @endsection @section('breadcrumb')

{{__('Work Instructions')}}

@endsection @section('content')

{{__('Edit Work Instructions')}}

{{-- --}}
@csrf @method('put') @include('admin.work_instructions._form')
@include('admin.patients.rename_file') @endsection @section('scripts') @endsection