blessing-skin-server/resources/views/admin/market.blade.php
2018-08-12 21:30:26 +08:00

27 lines
668 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>
{{ trans('general.plugin-market') }}
</h1>
</section>
<!-- Main content -->
<section class="content">
<div class="box">
<div class="box-body table-bordered">
<table id="market-table" class="table table-hover"></table>
</div>
</div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
@endsection