6 lines
107 B
PHP
6 lines
107 B
PHP
|
@extends('layouts.app')
|
||
|
@section('title', '首页')
|
||
|
|
||
|
@section('content')
|
||
|
<h1>这里是首页</h1>
|
||
|
@stop
|