@foreach($formData as $data) @php $FormValue=""; @endphp @if($withdraw) @foreach($withdraw->withdraw_information as $value) @if($value->name == $data->name) @php $FormValue=$value->value; @endphp @endif @endforeach @endif
@lang('Supported mimes'): {{ $data->extensions }}
@endif