{{ $name }}

{{ $designation }}

@php $hasDepartment = filled($department); $hasStatus = filled($status); @endphp @if ($hasDepartment || $hasStatus)
@if ($hasDepartment)
Dept : {{ $department }}
@endif @if ($hasStatus)
Status : {{ $status->getLabel() }}
@endif
@endif