@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')

{{__("Add Money")}}

!
{{ __($page_title) }}
@csrf
{{ __("Exchange Rate") }} --
--
-- --
!
{{__("Add Money Preview")}}
{{ __("Entered Amount") }}
--
{{ __("Total Fees & Charges") }}
--
{{ __("Will Get") }}
--
{{ __("Total Payable Amount") }}
--

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

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