Created
February 27, 2025 13:58
-
-
Save jlcarrascof/9f61d0b362411b2202e564171ee85879 to your computer and use it in GitHub Desktop.
Links and Tools for Laravel 11 Invoice System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Alpine.js --- | |
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script> | |
--- Font Awesome --- | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/js/all.min.js" defer></script> | |
--- Sub options Menu | |
<a href="{{ route('categories.create') }}" class="block py-2 px-3 rounded hover:bg-gray-600">๐ Data Management</a> | |
<a href="{{ route('categories.report') }}" class="block py-2 px-3 rounded hover:bg-gray-600">๐ Reports</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment