@extends('layouts.admin') @section('title', 'Salary Slips') @section('content')
Generate and manage employee salary slips.
| Employee | Month | Net Salary | Actions |
|---|---|---|---|
| {{ $slip->employee->name ?? 'N/A' }} | {{ \Carbon\Carbon::parse($slip->month)->format('F Y') }} | {{ number_format($slip->net_salary, 2) }} | View / Download |
| No salary slips found. | |||