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

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

@csrf
You can do the repayment of maximum {{$totalBalance[0]}} @error('amount') {{ $message }} @enderror
@error('reference') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection