@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