blessing-skin-server/resources/views/admin/plugins.blade.php

21 lines
471 B
PHP
Raw Normal View History

2016-10-17 12:20:55 +08:00
@extends('admin.master')
@section('title', trans('general.plugin-manage'))
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
2018-07-17 11:06:55 +08:00
@lang('general.plugin-manage')
2016-10-17 12:20:55 +08:00
</h1>
</section>
<!-- Main content -->
2018-08-19 17:39:33 +08:00
<section class="content"></section><!-- /.content -->
2016-10-17 12:20:55 +08:00
</div><!-- /.content-wrapper -->
@endsection