{{\Carbon\Carbon::parse($date)->format('d.M.Y')}} @if(isset($time)) {{$time}} @endif
@else{{\Carbon\Carbon::now()->format('d.M.Y')}} @if(isset($time)) {{$time}} @endif
@endif @if(isset($type))Log type: {{$type->title}}
@endif @if(isset($school))School: {{$school->title}}
@endif @if(isset($employee))Employee: {{$employee->first_name}} {{$employee->last_name}}
@endif @if(isset($candidate))Candidate: {{$candidate->first_name}} {{$candidate->last_name}}
@endif @if($text) Description:{!!$text!!}
@endif @if(Auth::user()) Created by: