@extends('layouts.app') @php use Illuminate\Support\Carbon; @endphp @section('title', 'Payroll') @section('header', 'Payroll') @section('subheader', $canProcess ? 'Payslips for all employees' : 'Your payslips') @section('header-actions') @can('create', App\Models\Payroll::class) Generate Payslip @endcan @endsection @section('content')