{{$leaf->length == 'full' ? __('forms.lbl_is_full') : __('forms.lbl_is_partial')}}
{{$leaf->length == 'full' ? $leaf->start_date : $leaf->date}}
@if ($leaf->length == 'full')
{{$leaf->end_date}}
@endif
@if ($leaf->length == 'partial')
{{$leaf->partial_start_time}}
{{$leaf->partial_end_time}}
@endif
{{$leaf->type->name}}
{{$leaf->hours}}
@if($leaf->description)
{!!$leaf->description!!}
@endif
{{ucfirst(translateArray($leaf->status))}}