@extends('agent.layouts.master') @push('css') @endpush @section('breadcrumb') @include('agent.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("agent.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')

{{__(@$page_title)}}

!
{{ __(@$page_title) }}
@csrf
--
{{ __("Email") }}
{{ __("Available Balance") }} {{ authWalletBalance() }} {{ get_default_currency_code() }}
!
{{__("Send Money Preview")}}
{{ __("Entered Amount") }}
--
{{ __("Transfer Fee") }}
--
{{ __("Recipient Received") }}
--
{{__("Total Payable")}}
--
{{-- limit section --}}
!
{{__("Limit Information")}}
{{ __("Transaction Limit") }}
--
@if ($sendMoneyCharge->daily_limit > 0)
{{ __("Daily Limit") }}
--
{{ __("Remaining Daily Limit") }}
--
@endif @if ($sendMoneyCharge->monthly_limit > 0)
{{ __("Monthly Limit") }}
--
{{ __("Remaining Monthly Limit") }}
--
@endif

{{__("Send Money Log")}}

@include('agent.components.transaction-log',compact("transactions"))
@endsection @push('script') @endpush