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

{{__('Work Instructions')}}

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

{{__('Work Instructions')}}

--}} @can('create_instruction') {{__('Create')}} @endcan
{{-- --}}
{{-- --}} {{-- @foreach($work_instructions as $instruction) --}} {{-- --}} {{-- @endforeach --}}
# {{__('Title')}} {{__('No of attachment(s)')}} {{__('Date Approved')}}{{__('Start date')}} {{__('End date')}}{{__('Created date')}} {{__('Created by')}} {{__('Action')}}
{{$instruction['file_name']}} {{ count($instruction['attachments']) }} Attachment(s){{$instruction['start_date']}} {{$instruction['end_date']}}{{$instruction['created_at']}} {{$instruction->creator->name}} @can('edit_instruction') @endcan @can('delete_instruction')
@endcan
@endsection @section('scripts') @endsection