@php $i = 1 @endphp
Route::get('/', function () { return view('welcome', ['name' => 'Samantha']); });