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

21 lines
471 B
PHP
Raw Normal View History

2016-07-23 15:20:10 +08:00
@extends('admin.master')
2016-09-25 10:02:40 +08:00
@section('title', trans('general.player-manage'))
2016-07-23 15:20:10 +08:00
@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.player-manage')
2016-07-23 15:20:10 +08:00
</h1>
</section>
<!-- Main content -->
2018-08-09 15:37:51 +08:00
<section class="content"></section><!-- /.content -->
2016-07-23 15:20:10 +08:00
</div><!-- /.content-wrapper -->
@endsection