@extends('layouts.app') @section('title', 'Request a Communicator') @section('page-title', 'Request a Communicator') @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 --}}
@error('communicator_id')

{{ $message }}

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

{{ $message }}

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

{{ $message }}

@enderror
Cancel
@endsection