@if($isView) {!! Html::style('css/bootstrap.min.css') !!} @endif @if($isView)

@else @endif

Security Officer: {!! $counselling->takeoverUser->Profile->first_name !!}

Date of Issuance: {!! \Carbon::parse($counselling->handover_time)->format('Y-m-d') !!}

The above employee has displayed the following misconduct and has been warned that this misconduct will be entered in his/her personal record.

@foreach($counselling_detail[0]->misconducts as $misconduct) @endforeach
{{ trans('messages.misconduct') }}
{!! $misconduct !!}
@foreach($upload_list as $upload) @endforeach
{{ trans('messages.evidence') }}
@if(\File::exists(getAttachmentPath($upload,'counselling'))) @else

{!! $upload->user_filename !!} IMAGE IS MISSING

@endif

{{ trans('messages.description') }}
{!! $counselling_detail[0]->description ?? '' !!}
{{ trans('messages.action').' '.trans('messages.taken') }}
{!! $counselling_detail[0]->action_taken !!}
{{ trans('messages.period').' '.trans('messages.of').' '.trans('messages.warning') }}
{!! $counselling_detail[0]->warning_from_date !!} to {!! $counselling_detail[0]->warning_to_date !!}

Head of Department/Supervisor: {!! $supervisor->first_name !!}

Date of Signature: {!! isset($signature_date) ? $signature_date : '' !!}

Signature: @if($isView)

@else
{!! $applicant_sign[0] !!}
@endif

Concerned Employee: {!! $counselling->takeoverUser->Profile->first_name !!}

Date of Signature: {!! isset($signature_date) ? $signature_date : '' !!}

Signature: @if($isView)

@else
{!! $applicant_sign[1] !!}
@endif
@if(isset($witness))

Witness: {!! $witness->first_name !!}

Date of Signature: {!! isset($signature_date) ? $signature_date : '' !!}

Signature: @if($isView)

@else
{!! $applicant_sign[2] !!}
@endif
@endif {{--
--}} @if($isView) {!! Form::open(['methid'=>'POST','route'=>['counselling.showForm',$id], 'role'=>'form','id'=>'show-form']) !!} {!! Form::hidden('id',$id) !!} {!! Form::hidden('img_string','',['id'=>'hidden_img_array']) !!} {!! Form::hidden('upload_key',randomString(40)) !!}

{!! Form::close() !!} {!! Html::script('https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.7.22/fabric.min.js') !!}
@else @endif