@extends("agentportal.layouts.layout") @section("title", 'MTN Cashout') @section("page_style") @endsection @section("content")

Agentportal - {{ __('message_lang.LBL_CASHOUT') }}

@csrf
{{ trans('message_lang.LBN_MTN_MOMO_NO_INFO') }} @error('agentPhoneNumber') {{ $message }} @enderror
@error('cashoutAmount') {{ $message }} @enderror
{{ trans('message_lang.BUTTON_CANCEL') }}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection