@extends('layouts.app') @section('title', 'New Deployment') @section('page-title', 'New Deployment') @section('content') {{-- Data injected into JS to keep the x-data attribute small --}}
@csrf
{{-- Filters (UI only — not submitted) --}}
{{-- Communicator --}}
@error('communicator_id')

{{ $message }}

@enderror

{{-- Station --}}
@error('station_id')

{{ $message }}

@enderror
{{-- Programme — cascades from Station --}}

No programmes linked to this station yet.

{{-- Date --}}
@error('deployment_date')

{{ $message }}

@enderror
{{-- Start time --}}
{{-- End time --}}
{{-- Topic --}}
{{-- Notes --}}

The communicator will receive an in-app notification and an SMS once the deployment is created. They must accept or decline via the app.

Cancel
@endsection