| {{$data['name']}} |
{{$data['tel_number']}} |
@if($data->referees->isNotEmpty())
@php
$characterReference = json_decode($data->referees->first()->character_reference ?? '{}', true);
$professionalReference1 = json_decode($data->referees->first()->professional_reference_1 ?? '{}', true);
$professionalReference2 = json_decode($data->referees->first()->professional_reference_2 ?? '{}', true);
@endphp
@if($characterReference)
{{ $characterReference['company'] ?? '' }} |
{{ $professionalReference1['company'] ?? '' }} |
{{ $professionalReference2['company'] ?? '' }} |
@endif
@else
|
|
|
@endif
|
@empty
@endforelse --}}