@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_NETWORK_AGENT_DEPOSIT")) @section("page_style")
@endsection @section("content")
{!! trans("message_lang.LBL_NETWORK_AGENT_DEPOSIT") !!}
{{ trans('message_lang.BTN_BACK') }}
@csrf
{!! trans("message_lang.LBL_AMOUNT") !!}
*
@error('amount')
{{ $message }}
@enderror
{!! trans("message_lang.LBL_REFERENCE") !!}
@error('reference')
{{ $message }}
@enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection