@extends('frontend.layouts.user.index') @section('title', __('Edit Withdraw Account')) @section('content')
{{ __('My Accounts') }}
@csrf @method('PUT') {{-- Account Name --}}
@foreach(\App\Support\WithdrawFieldNormalizer::normalize($withdrawAccount->credentials) as $field) @endforeach
{{-- Submit Button --}}
@endsection