File size must under 10MB and allowed file type: PDF, DOC and images.
@foreach($masterFileData as $key => $val) @if($key == $subDataId) @foreach($val as $subVal) @if(isset($subVal['type']) && !empty($subVal['type']) && $subVal['type'] == 'sub_header')
{{$subVal['document_file']}}
@endif @endforeach @endif @endforeach