@extends('layouts.back-end.app') @section('title', translate('withdrawal_Methods')) @section('content')

{{translate('withdrawal_methods')}}

@csrf
@if($withdrawalMethod['method_fields'][0]) @php($field = $withdrawalMethod['method_fields'][0])
@endif
@foreach($withdrawalMethod['method_fields'] as $key=>$field) @if($key>0)
{{translate('remove')}}
@endif @endforeach
@endsection @push('script') @endpush