@extends('admin.layout') @inject('presenter', 'App\Presenters\NavPresenter') @section('css') @endsection @section('content')

导航管理

{!! $presenter->show($navs, $relations) !!}
@endsection @section('js') @endsection