@extends('layouts.app') @section('title','Salary Slips') @section('content')
| Number | Employee | Month | Year | Net Pay | Status | |
|---|---|---|---|---|---|---|
| {{ $item->number ?? '—' }} | {{ $item->employee->full_name ?? '—' }} | {{ $item->month ?? '—' }} | {{ $item->year ?? '—' }} | {{ $item->net_pay ?? '—' }} | {{ $item->status ?? '—' }} | |
| No records found | ||||||