@extends('layouts.recruitment') @section('content')

Recruitment Settings

Configure notification gateways and system preferences.

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Messaging Gateway (WhatsApp/SMS)

The endpoint for sending notifications.

Email Templates

@endsection