Notes

@if($notes)

{{$notes->school->title}}

{{$notes->job_title}}

Date

@if(isset($notes->date_from)) {{\Carbon\Carbon::parse($notes->date_from)->format('d/m/Y')}} @endif @if(isset($notes->date_to)) - {{\Carbon\Carbon::parse($notes->date_to)->format('d/m/Y')}} @endif @if(isset($notes->time)) - {{\Carbon\Carbon::parse($notes->time)->format('H:i')}} @endif
@if(Auth::user()->hasRole('consultant'))

School Notes:

{!!$notes->school_notes!!}

@endif

@if(Auth::user()->hasRole('consultant')) Candidate @endif Notes:

{!!$notes->candidate_notes!!}

@endif
Close