@extends('layouts.app') @section('title', 'Staff Salaries') @section('content')
| Staff | Current Base Salary | Allowances | Since | Update |
|---|---|---|---|---|
| {{ $u->name }} | {{ $u->currentSalary ? number_format($u->currentSalary->base_salary,2) : '-' }} | {{ $u->currentSalary ? number_format($u->currentSalary->allowances,2) : '-' }} | {{ $u->currentSalary?->effective_from?->format('d M Y') ?? '-' }} |