Код: Выделить всё
Route::get('/path', ComponentClassPath);
Код: Выделить всё
@extends('layouts.app')
@section('content')
@livewire("my-livewire-component")
@endsection
Неопределенная переменная: слот (Просмотр:
E:\xampp\htdocs\lw\resources\views\layouts\app.blade.php).
app.blade.php
Код: Выделить всё
@livewireStyles
{{ $slot }}
@livewireScripts
Подробнее здесь: https://stackoverflow.com/questions/640 ... -blade-php
Мобильная версия