@extends('layouts.user') @section('title', 'Edit Guard Schedule') @section('content')

Edit Duty Schedule

Update duty details for #{{ $schedule->duty_number }}

Back to List
@if ($errors->any())

Input Validation Errors

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
No sites found matching ""
$
@foreach($employees as $employee) @endforeach

Guard Individual Pricing & Wages

Cancel

Site Preview

Duty Economics

Gross Revenue
Guard Payout
Net Margin
@push('scripts') @endpush @endsection