@if($maintenance->due_date) @endif @if($maintenance->started_at) @endif @if($maintenance->completed_at) @endif @if($maintenance->assignedTo) @include('components.employee', ['user' => $maintenance->assignedTo]) @endif @if($maintenance->notes) @endif @if($maintenance->completion_notes) @endif