@extends('frontend.layouts.user.index') @section('title', __('Create Withdraw Account')) @section('content') @php $selectedMethod = $withdrawMethods->firstWhere('id', (int) old('method_id')); $selectedCurrency = old('currency', ''); @endphp
{{ __('My Accounts') }}
@if($currencyOptions->isEmpty()) @elseif($withdrawMethods->isEmpty()) @else @endif
@endsection @push('scripts') @endpush