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

!
{{ __('Start Transaction') }}
@csrf
{{ __('Selling Exchange Rate') }} --
{{ __('Available Balance') }}: {{ get_amount($wallet->balance, $wallet->currency->code, get_wallet_precision($wallet->currency)) }} {{ __('charge') }}: 0.00 USD + 0.00% = 0.00 USD
@if($basic_settings->user_pin_verification == true)
@include('user.components.modal.pin-check') @else
@endif
!
{{ __('Preview') }}
{{ __('Enter Selling Amount') }}:
--
{{ __('fees And Charge') }}:
--
{{ __('Buyer Will Pay') }}:
--
{{ __('You Will Pay') }}:
--
{{-- 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
@endsection @push('script') @endpush