@extends('layouts.admin') @section('title', 'Zimflow Gateway Configuration') @section('header_title', 'Zimflow Gateway Settings') @section('content')

Zimflow API Configuration

Configure your Zimflow API token and endpoint. These settings can also be set in your .env file.

@csrf @method('PUT')
@error('zimflow_notifications_enabled')

{{ $message }}

@enderror
@error('zimflow_api_endpoint')

{{ $message }}

@enderror
@error('zimflow_api_token')

{{ $message }}

@enderror

Test Zimflow Notification

Send a test WhatsApp message to verify your Zimflow API configuration. Ensure your settings above are saved first.

@csrf
@error('test_recipient_number')

{{ $message }}

@enderror
@endsection