@extends('layouts.vertical') @section('css') @endsection @section('breadcrumb')
Last updated: {{ date('d-m-Y, H:i', strtotime($policy->_updatedAt)) }}
{!!$policy->suggestions!!}
{!! str_ireplace(array("\r\n\t",'\r\n\t',"\r\n",'\r\n',"\n",'\n',"\t",'\t'),'
',$policy->description) !!}
{{$person->name}} ({{$person->position}})
Educator name | Educator’s signature | Signed on |
---|---|---|
{{$signature->firstName}} {{$signature->lastName}}
|
@if($signature->signed == true)
|
@if($signature->signed == true)
{{ \Carbon\Carbon::parse($signature->signedOn)->format('d/m/Y') }}
@else
-
@endif
|