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
| Web Development | |
| I create modern and responsive web applications using the latest technologies. | |
| UI/UX Design | |
| I design intuitive and attractive interfaces to enhance the user experience. | |
| Consulting |
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/alpinejs@3.x.x/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> |
OlderNewer