root.blade.php 107 B

123456
  1. @extends('layouts.app')
  2. @section('title', '首页')
  3. @section('content')
  4. <h1>这里是首页</h1>
  5. @stop