send category[0]vs category[1] laravel code example
Example: laravel route
Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');
Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');