@foreach ($allData[0] as $key => $data) @if (!is_array($data) && $key != 'name') @endif @endforeach @foreach ($allData as $key1 => $dataRow) @if (is_array($dataRow)) @foreach ($dataRow as $key => $row) @if (!is_array($row)) @if ($key == 'nationality') @elseif ($key == 'residence') @elseif ($key == 'passport_copy') @elseif ($key == 'interests') @else @endif @else @endif @endforeach @endif @endforeach
{{ $key }}
{{ nationality($row) }}{{ countryName($row) }}{{ __('View') }} @foreach ($row as $r) {{ (userInterest($r)) }} @if(!$loop->last) , @endif @endforeach {{ $row }}@dd($row)