This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhangqi
/
laravel-shop
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
61d3a86cae
Branches
Tags
master
FirstTest
laravel-shop
/
resources
/
views
/
pages
/
root.blade.php
root.blade.php
107 B
History
Raw
1
2
3
4
5
6
@extends('layouts.app')
@section('title', '首页')
@section('content')
<h1>这里是首页</h1>
@stop