wyyl/plugins/HeaderMenu/Views/route_list.blade.php

8 lines
135 B
PHP

@extends('admin::layouts.master')
@section('title', '插件自定义页面测试')
@section('content')
{{ $method }}
@endsection