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

{{ __("Money Exchange") }}

@csrf
{{ __("Exchange Rate") }}
@if($basic_settings->merchant_pin_verification == true) @include('merchant.components.modal.pin-check') @else
@endif

{{ __("Preview") }}

!

{{ __("Preview") }}

{{ __("From Wallet") }}
--
{{ __("To Exchange") }}
--
{{ __("Exchange Rate") }}
--
{{ __("Total Exchange Amount") }}
--
{{ __("Converted Amount") }}
--
{{ __("Total Charge") }}
--
{{ __("Total Payable") }}
--
{{-- limit section --}}
!
{{__("Limit Information")}}
{{ __("Transaction Limit") }}
--
@if ($charges->daily_limit > 0)
{{ __("Daily Limit") }}
--
{{ __("Remaining Daily Limit") }}
--
@endif @if ($charges->monthly_limit > 0)
{{ __("Monthly Limit") }}
--
{{ __("Remaining Monthly Limit") }}
--
@endif

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

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