@extends('user.layouts.master') @push('css') @endpush @section('breadcrumb') @include('user.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("user.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")}}
--

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

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