blessing-skin-server/resources/views/user/player.blade.php
2019-03-23 19:52:14 +08:00

25 lines
521 B
PHP

@extends('user.master')
@section('title', trans('general.player-manage'))
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
@lang('general.player-manage')
</h1>
</section>
<!-- Main content -->
<section class="content"></section><!-- /.content -->
</div><!-- /.content-wrapper -->
<script>
blessing.extra = @json($extra)
</script>
@endsection