【发布时间】:2019-04-02 01:35:28
【问题描述】:
@extends('layouts.dashboard')
@section('content')
<h1>Its working</h1>
@stop
因此“它的工作”没有出现在浏览器上。刀片正在执行,但不是 html。
【问题讨论】:
-
你使用的是什么版本
-
你的
@yield('content')在你的layouts.dashboard吗? -
请贴出
layouts.dasbaord的代码,我猜你一定是错过了@show他们。 -
HI 检查此以获得最佳学习效果:therichpost.com/laravel-blade-template-best-practices
标签: html laravel laravel-blade