gpt4 book ai didi

php - Laravel Blade : passing a variable to a child view

转载 作者:行者123 更新时间:2023-12-04 19:13:52 25 4
gpt4 key购买 nike

我有两种看法

索引内容

索引通过 Controller 返回的 View

return view();

index View 中,我能够回显我传递给它的一个变量。

清理文件时,我尝试创建第二个 View content 并将该 View 包含在 index

yield('content')

如何将变量传递给content

最佳答案

试试 @include('content') 代替。

这将包括该文件,所有可用的变量将自动在该 View 中可用。

关于php - Laravel Blade : passing a variable to a child view,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34666017/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com