{{ $employee->name }}
{{ $employee->position ?? '—' }} • Phone: {{ $employee->phone ?? '—' }} @if($employee->email) • {{ $employee->email }} @endif @if($employee->resigned_at) • Resigned @else • Active @endifQuick Actions
Overtime • Advance • Salary • Print • Resign{{-- Light History --}}