blessing-skin-server/resources/views/admin/market.blade.php
2018-08-19 11:39:14 +08:00

21 lines
497 B
PHP

@extends('admin.master')
@section('title', trans('general.plugin-market'))
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
@lang('general.plugin-market')
</h1>
</section>
<!-- Main content -->
<section class="content"></section>
</div><!-- /.content-wrapper -->
@endsection