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

{{__('Work Instructions')}}

@endsection @section('content')
{{--

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

--}}
{{-- --}}
{{--
@csrf @method('put') @include('admin.work_instructions._form')
--}}
@php $access_group; isset($workInstruction) ? $access_group = $workInstruction->access_group : 1 @endphp
    @if(isset($attachments)) @foreach($attachments as $attach)
  • {{--
    --}} {{$attach['file_name']}}
  • @endforeach @endif
@include('admin.patients.rename_file') @endsection @section('scripts') @endsection