@extends('layouts.admin.app') @section('plug-css') {{-- bootstrap-table --}} @endsection {{-- 后台导航栏 面包屑 --}} @section('crumbs') @endsection {{-- 文本内容 --}} @section('content')
  

{{-- table --}}
@endsection {{-- 插件引入js --}} @section('plug-js') {{-- bootstrap-table插件 --}} @endsection {{-- javaScript --}} @section('scripts') @endsection