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

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

@csrf
{!! trans("message_lang.LBL_BALANCE") !!}: {{ number_format($agentLocation->balance, 2) }} {{ $agentLocation->currency }}
@error('amount') {{ $message }} @enderror
@error('currency') {{ $message }} @enderror
@error('agent_comment') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection