@extends('layouts.app') @section('content')
{{ $attendance->employee->position?->name ?? __('attendance.not_scheduled') }}
{{ $attendance->employee->department?->name ?? __('attendance.not_scheduled') }}