@extends('layouts.app') @section('title','New Work Order') @section('page-title','Create Work Order') @section('content')
New Work Order
@csrf
{{-- Staff Assignment --}}

Select a staff member from the system. They will be responsible for actioning this work order.

@foreach($staff as $s)
@endforeach
Cancel
@endsection @push('scripts') @endpush