@extends('layouts.app') @section('title', $title) @section('breadcrumb')
{{ $stats['total'] }} total · {{ $stats['active'] }} active
| Name | Status | Actions |
|---|---|---|
| {{ $record->name }} | {{ $record->is_active ? 'Active' : 'Inactive' }} |
@if(auth()->user()->hasPermission('payroll','edit'))
|
| No {{ strtolower($title) }} found. | ||