@extends("agentportal.layouts.layout") @section("title", "Agent Topup") @section("page_style")
@endsection
@section("content")
Agent Topup
{{ __('message_lang.BTN_BACK') }}
@csrf
{{ __('message_lang.LBL_LOCATION_CODE') }}
*
@error('location_code')
{{ $message }}
@enderror
Amount
*
@error('amount')
{{ $message }}
@enderror
Notes
*
@error('notes')
{{ $message }}
@enderror
{!! trans('message_lang.LBL_SUMMARY') !!}
{!! trans("message_lang.LBL_LOCATION_CODE") !!}
{!! trans("message_lang.LBL_LOCATION_NAME") !!}
{!! trans("message_lang.LBL_AMOUNT") !!}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection