@if(isset($date))

{{\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:
@if(Auth::user()->profile_photo_path) # @else # @endif
{{Auth::user()->first_name}} {{Auth::user()->last_name}}
@endif