@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
@if (Route::has('login')) @endif

Online Shop API

Online Shop API is a REST-based interface that provides full access to manage user, product, category, tag and transaction data in an e-commerce system. This API supports the authentication process using Laravel Sanctum and is built to be used by frontend applications such as web or mobile.

{{-- Laravel Logo --}} {{-- Light Mode 12 SVG --}} {{-- Dark Mode 12 SVG --}}
@if (Route::has('login')) @endif