@if(session('success'))
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $e)- {{ $e }}
@endforeach
@endif
{{-- ══ BUSINESS ══════════════════════════════════════════════════════ --}}
{{-- ══ LOCALIZATION ══════════════════════════════════════════════════ --}}
{{-- ══ FINANCIAL ═════════════════════════════════════════════════════ --}}
{{-- ══ RECEIPTS ══════════════════════════════════════════════════════ --}}
{{-- ══ PAYMENTS ══════════════════════════════════════════════════════ --}}
{{-- PayHero STK Push --}}
{{-- Safaricom Daraja (direct M-Pesa) --}}
{{-- ══ EMAIL ═════════════════════════════════════════════════════════ --}}
{{-- ══ SMS & M-PESA ══════════════════════════════════════════════════ --}}
{{-- ══ SECURITY ══════════════════════════════════════════════════════ --}}