@extends('layouts.app') @section('title', 'Payroll Details') @section('subtitle', 'View payroll information and download receipt') @section('content')
{{ $payroll->user->full_name }}
Employee ID: {{ $payroll->user->employee_id }}
Position: {{ $payroll->user->position }}
Department: {{ $payroll->user->department->name ?? 'N/A' }}
{{ $payroll->notes }}