【发布时间】:2020-12-14 23:31:33
【问题描述】:
这是我的welcome.blade.php
@extends('layouts.app')
@section('content')
<x-frontpage></x-frontpage>
@endsection
这是我的frontpage.blade.php
<h1 class="text-center">{{ $product->name }}</h1>
这是我的错误
$product is not passed to welcome.blade.php
【问题讨论】:
标签: laravel-livewire