![]() |
{{ $v('location_name') }} {!! $v('location_address') !!} {{ $v('location_email') }} {{ $v('location_phone') }} |
@if ($field[1] === 'marital_status')
|
@elseif (!$isFullWidthRow)
@endif @endforeach | |||||||||||||||
|
@elseif (!$isFullWidthRow)
@endif @endforeach | |||
|
@endforeach
| {{ $row[0] }} | |
| @include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[1]]) | |
| {{ $row[0] }} |
@include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[1]])
@isset($row[2])
Specify
@include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[2]])
@endisset
|
| {{ $row[0] }} | |
| @include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[1]]) | |
| {{ $row[0] }} |
@include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[1]])
@isset($row[2])
Specify
@include('pdf-templates.partials.formatted-value', ['fieldKey' => $row[2]])
@endisset
|