@extends('layouts.app') @section('title', '{{ $staff->full_name }} — Staff Profile | Institution Axis') @section('sidebar-menu') @include('schooladmin.partials.sidebar') @endsection @section('sidebar-footer')
{{ auth()->user()->school?->name ?? 'Institution Axis' }}
@endsection @section('breadcrumb') Home / Staff / {{ $staff->full_name }} @endsection @section('navbar-right') @endsection @section('content')| Date | Status | In | Out |
|---|---|---|---|
| {{ $att->date->format('d M Y') }} | {{ $att->status_label }} | {{ $att->check_in_time ?? '—' }} | {{ $att->check_out_time ?? '—' }} |
| No records yet | |||
| Type | From | To | Days | Status | Reviewed By |
|---|---|---|---|---|---|
| {{ $lr->leave_type_label }} | {{ $lr->start_date->format('d M Y') }} | {{ $lr->end_date->format('d M Y') }} | {{ $lr->days_requested }} | {{ ucfirst($lr->status) }} | {{ $lr->reviewer?->name ?? '—' }} |
| No leave records | |||||