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

{{__('Work Instructions')}}

@endsection @section('content')

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

{{-- --}}
@can('create_instruction')
@csrf @include('admin.work_instructions._form')
@endcan
@endsection @section('scripts') @endsection