@php $personal_data = json_decode($data['residents']->personal_data); @endphp {{-- --}}

{{$data['information']->cust_name}} ({{$data['information']->customer_short_name}})

{{--

Deemed to be University U/S 3 of UCG Act, 1956

--}}
@if ($data['residents']->file != '') photo @else @endif
@if($data['residents']->gender=='M') Male @endif @if($data['residents']->gender=='F') Female @endif @if($data['residents']->gender=='U') Other @endif {{-- --}}

Address

Office Information

@if (count($data['labelGroup']) > 0) @foreach ($data['labelGroup'] as $row) @foreach (collect($row->information_data)->chunk(2) as $informationData) @foreach ($informationData as $info) @endforeach @endforeach

{{ ucWords($row->label ?? '') }}

@if ($info->type == 'doc') @if ($info->ext != 'pdf') Card image @else PDF link @endif @else @endif
@endforeach @endif

Disciplinary Undertaking

I Mr./Ms {{ $data['residents']->complainant_name }} Son / Daughter. of Mr./Mrs @if (isset($personal_data->parents[0]->name)) {{ $personal_data->parents[0]->name }} @else N/A @endif of (Address) {{ $data['residents']->parent_address }} at present pursuing @if (isset($data['residents']->course_name)) {{ $data['residents']->course_name }} @else N/A @endif programme in {{$data['information']->cust_name}} do undertake that.

{!! $data['terms_conditions']->terms_condition ?? '' !!} Certified that I have gone through the provisions of the undertakings thoroughly and I do not have any objections to any of the provisions of the undertaking. I am signing this Undertaking without any fear or compulsion.
@if($data['information']->customer_short_name!='')
{{$data['information']->customer_short_name}} {{$data['information']->cust_name}}
@endif {{ $data['information']->footer }}