Laravel/resources/views/base.blade.php
@extends('base')
@section('part')
// 中间内容即使一个片段
@show
@section('part')
@endsection
@yield('title')
@section('title' , '填充的文本占位')
@section('title')
@endsection
<div class='component'>
<!-- $title,$content 变量实际上就是预定义的插槽 -->
<div class='title'>{{ $title }}</div>
<div class='content'>{{ $content }}</div>
</div>
@component('component')
@slot('title')
组件标题
@endsolt
@slot('content')
组件内容
@endslot
@endcomponent
{{ $name }}
{!! $name !!}
@{{ name }}
@verbatim
{{ name }}
{{ sex }}
{{ age }}
@endverbatim
@for ($i = 0; $i < 10; ++$i)
{{ $i }} <br />
@endfor
@foreach ($data as $k => $v)
{{ $k }} <br />
@endforeach
@foreach ($data as $k => $v)
{{ $k }} <br />
@empty
@endforeach
@php echo "使用原生 PHP"; @endphp
/**
* 父视图
* 父视图拥有变量 $name = 'chenxuelong'
*/
<div class='parent'>
<div class='username'>{{ $username }}</div>
<div class='child'>
<!-- 包含子视图 -->
@include('child' , [
'other' => '额外数据'
])
</div>
</div>
/**
* 子视图
*/
<div class='username'>{{ $username }}</div>
<div class='other'>{{ $other }}</div>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有