@extends('layouts.admin') @section('title', 'Bonus & Incentives') @section('content')
Manage employee bonuses and incentives.
| Employee | Month | Type | Amount | Actions |
|---|---|---|---|---|
| {{ $bonus->employee->name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($bonus->month)->format('F Y') }} | {{ ucwords($bonus->type) }} | {{ number_format($bonus->amount, 2) }} | Edit |
| No bonuses or incentives found. | ||||