@push('styles') @endpush @php $gateNames = []; foreach ($visitor->gateInVisitor as $value) { $gateNames[] = $value->gate->name; } @endphp
|
@lang('app.gender')
|
{{ $visitor->gender }}
|
|
@lang('app.nationality')
|
{{ $visitor->nationality }}
|
|
@lang('app.company')
|
{{ $visitor->company }}
|
|
@lang('app.purpose')
|
{{ $visitor->purposed }}
|
|
@lang('app.blood_type')
|
{{ $visitor->blood_type }}
|
|
@lang('app.blood_type')
|
{{ $visitor->blood_type }}
|
|
@lang('app.birth_place')
|
{{ $visitor->birth_place }}
|
|
@lang('app.birth_date')
|
{{ date('d F Y', strtotime($visitor->birth_date)) }}
|
|
@lang('app.address')
|
{{ $visitor->address }}
|
|
@lang('app.gate')
|
{{ implode(',', $gateNames) }}
|
|
@lang('app.note')
|
{!! $visitor->note !!}
|