Mixing Arabic prose with English code
Run php artisan route:list to inspect your routes. The block below stays left-aligned and reads left-to-right:
Route::middleware(['auth'])->group(function () {
Route::get('/dashboard', [DashboardController::class, 'index'])
->name('dashboard');
});
The surrounding paragraph still follows the page direction.