@extends('layouts.app') @section('title', 'Invoices') @push('style') @endpush @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); $canCreate = auth()->user()->hasPermissionName('invoices.create'); @endphp
| # | Invoice No. | Customer | Date | Amount | Status | Action |
|---|