7 lines
71 B
PHP
7 lines
71 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
活动页面
|
|
@endsection
|
|
|
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
活动页面
|
|
@endsection
|
|
|