Invoice factory and listing

This commit is contained in:
Matt Young 2026-01-28 07:37:02 -06:00
parent 125f82e382
commit 7ec1a3529e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark"> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
<!--suppress HtmlRequiredTitleElement -->
<head> <head>
@include('partials.head') @include('partials.head')
</head> </head>