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

Create Duty Schedule

Assign guard(s) to a site and define duty timings.

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

Input Validation Errors

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
No sites found matching ""
$
No guards found.
@php $days = [ 0 => 'Sun', 1 => 'Mon', 2 => 'Tue', 3 => 'Wed', 4 => 'Thu', 5 => 'Fri', 6 => 'Sat' ]; @endphp @foreach($days as $value => $label) @endforeach

Selected days will be skipped during the recurrence period.

A separate duty schedule will be created for each day from the start date until this date.

Guard Individual Pricing & Wages

No guards selected. Assign guards above to configure their individual rates.

Site Deployment

Identifier
Billing Rate

Duty Economics

Gross Revenue
Guard Payout

Net Margin

Real-time Deployment Preview

Select a site and assign guards to see dynamic calculations.

@push('scripts') @endpush @endsection