Lae/resources/views/admin/index.blade.php

10 lines
125 B
PHP
Raw Normal View History

2022-11-14 11:39:26 +00:00
@extends('layouts.admin')
2022-11-16 01:52:53 +00:00
@section('title', '首页')
2022-11-14 11:39:26 +00:00
@section('content')
欢迎来到后台管理系统
2022-11-14 11:39:26 +00:00
@endsection