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

Agentportal - {{ __('message_lang.LBL_CASHIN') }} ({!! trans('message_lang.LBL_BALANCE_AFTER') !!}: {{ auth()->guard('agentportal')->user()->agentLocation->currency }} {{ number_format(auth()->guard('agentportal')->user()->agentLocation->balance, 2) }})

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