Код: Выделить всё
@include('partials.header')
@yield('content')
Код: Выделить всё
Route::get('/', function () {
return view('home');
});
Код: Выделить всё
View [partials.header] not found. (View: W:\domains\iten\resources\views\layouts\master.blade.php) (View: W:\domains\iten\resources\views\layouts\master.blade.php)

Подробнее здесь: https://stackoverflow.com/questions/542 ... ws-layouts
Мобильная версия