@php ($old = json_decode($field['data'],true)) @if(!empty($old)) {{$old['name']}} @endif
@if(empty($only_show_data)) {{__('Select File')}} @else @if(empty($field['data']))
{{__('N/A')}}
@endif @if(!empty($field['is_verified'])) {{__("Verified")}} @else {{__("Not Verified")}} @endif @endif