Simplify blades

This commit is contained in:
Pig Fang 2019-04-28 09:32:04 +08:00
parent 86bed61a0e
commit 34933d9159

View File

@ -1,20 +1,2 @@
@extends('admin.master')
@section('title', trans('general.user-manage'))
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
@lang('general.user-manage')
</h1>
</section>
<!-- Main content -->
<section class="content"></section><!-- /.content -->
</div><!-- /.content-wrapper -->
@endsection
@component('common.skeleton', ['parent' => 'admin', 'title' => trans('general.user-manage')])
@endcomponent