@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() }}
!
{{ __(@$page_title) }} {{__("Preview")}}
{{ __("Entered Amount") }}
--
{{ __("Transfer Fee") }}
--
{{ __("Recipient Received") }}
--
{{__("Total Payable")}}
--

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

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