@extends("AgentNetwork.layouts.layout") @section("title", trans("message_lang.LBL_NETWORK_AGENT_TOPUP")) @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_NETWORK_AGENT_TOPUP") !!}

@csrf
@if($maxTopUpAmount <= 0) {{__('message_lang.AGENT_NETWORK_TOPUP_DISABLED')}} @endif
@error('agent_location_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror @if($maxTopUpAmount > 0) {!! trans("message_lang.MAXIMUM_ALLOWABLE_TOPUP_AMOUNT") !!} {{$maxTopUpAmount}} @else {!! trans("message_lang.AGENT_NETWORK_AMOUNT_TOO_LOW") !!} ({{$maxTopUpAmount}}) @endif
@error('reference') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection