@extends('admin.layouts.app') @php $availableAdmn = []; if(!empty(@$corporate_admin)){ foreach($corporate_admin as $key => $val){ $data['id'] = $key; $data['value'] = html_entity_decode($val['admin_name'])." [".html_entity_decode($val['title'])."]"; $data['admin_name'] = $val['admin_name']; array_push($availableAdmn, $data); } $availableAdmn = json_encode($availableAdmn); } @endphp @section('content')

Agreement Manager

Agreements

@include('admin.includes.status')
{{ csrf_field() }}
IMIX Agreement

@if(!empty($signature_img)) @endif
@if(strpos(config("common.print_name"), '"') !== false) @elseif(strpos(config("common.print_name"), "'") !== false) @else @endif


{{ csrf_field() }}
CAMP ITN Agreement
{!! config('common.camp_itn_agreement_content') !!}

@if(!empty($camp_signature_img)) @endif
@if(strpos(config("common.camp_print_name"), '"') !== false) @elseif(strpos(config("common.camp_print_name"), "'") !== false) @else @endif


{{ csrf_field() }}
Intern ITN Agreement
{!! config('common.intern_itn_agreement_content') !!}

@if(!empty($intern_signature_img)) @endif
@if(strpos(config("common.intern_print_name"), '"') !== false) @elseif(strpos(config("common.intern_print_name"), "'") !== false) @else @endif


{{ csrf_field() }}
Trainee ITN Agreement
{!! config('common.trainee_itn_agreement_content') !!}

@if(!empty($trainee_signature_img)) @endif
@if(strpos(config("common.trainee_print_name"), '"') !== false) @elseif(strpos(config("common.trainee_print_name"), "'") !== false) @else @endif


{{ csrf_field() }}
Other ITN Agreement
{!! config('common.other_category_agreement_content') !!}

@if(!empty($other_signature_img)) @endif
@if(strpos(config("common.other_print_name"), '"') !== false) @elseif(strpos(config("common.other_print_name"), "'") !== false) @else @endif

@endsection @section('scripts') @endsection