@extends('layouts.app') @section('page_title','My Payslips') @section('page_subtitle','View your Canadian payroll records, deductions and net pay.') @section('content')
| Period | Basic | Allowances | Deductions | Tax / CPP / EI | Net Pay | Status |
|---|---|---|---|---|---|---|
| {{ $payroll->pay_period_start?->format('d M Y') }} - {{ $payroll->pay_period_end?->format('d M Y') }} | C${{ number_format($payroll->basic_salary,2) }} | C${{ number_format($payroll->allowances,2) }} | C${{ number_format($payroll->deductions,2) }} | C${{ number_format($payroll->tax,2) }} | C${{ number_format($payroll->net_pay,2) }} | {{ ucfirst($payroll->status) }} |
No payslips yet. | ||||||