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

{{__($page_title)}}

!
{{ __($page_title) }}
@csrf
{{ __("Exchange Rate") }} --
{{ __("Available Balance") }} {{ authWalletBalance() }} {{ get_default_currency_code() }}
-- --
!
{{ __($page_title) }} {{__("Preview")}}
{{ __("Entered Amount") }}
--
{{ __("Conversion Amount") }}
--
{{ __("Total Fees & Charges") }}
--
{{ __("Will Get") }}
--
{{ __("Payable Amount") }}
--

{{__("withdraw Log")}}

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