mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-18 13:54:01 +08:00
Simplify blades
This commit is contained in:
parent
86bed61a0e
commit
34933d9159
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user