RYLL STORE RYLL STORE
{{-- Dashboard --}} Dashboard {{-- Products --}} Products {{-- Categories --}} Categories {{-- Transactions (Optional) --}} {{-- @if(Route::has('account.transactions')) Transactions @endif --}} {{-- Reviews (Optional) --}} @if(Route::has('account.reviews.index')) Reviews @endif {{-- Vouchers (Optional) --}} @if(Route::has('account.vouchers.index')) Vouchers @endif {{-- Users (Admin Only) --}} @if(Route::has('account.users.index')) Users @endif {{-- Logout --}}
@csrf