М
Size: a a a
М
М
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::get('/about', function () {
return view('about');
});
Auth::routes();
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
ЕП
php artisan route:clear
OM
М
php artisan route:clear
$posts is undefined
Make the variable optional in the blade template. Replace {{ $posts }} with {{ $posts ?? '' }}
нc
$posts is undefined
Make the variable optional in the blade template. Replace {{ $posts }} with {{ $posts ?? '' }}
нc
нc
М
OM
SK
SK
d.
🎄P
SK
SK
m
m
m
m