@extends('layouts.app') @section('title', 'Request a Communicator') @section('page-title', 'Request a Communicator') @push('scripts') @endpush @section('content')
Producer Request: Search for a communicator and request them for your programme. The NPP communications team will review and approve the request.
@csrf
{{-- Communicator filters --}}
{{-- Communicator select --}}
{{-- Dropdown (shown when communicator IS in the list) --}}
@error('communicator_id')

{{ $message }}

@enderror
{{-- Free-text (shown when communicator is NOT in the list) --}}

This name will be noted on the request for the admin team to follow up.

@error('communicator_name')

{{ $message }}

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

{{ $message }}

@enderror
{{-- Programme --}}
@error('requested_date')

{{ $message }}

@enderror
Cancel
@endsection