blessing-skin-server/resources/views/admin/score.tpl
2017-07-14 09:17:52 +08:00

32 lines
731 B
PHP

@extends('admin.master')
@section('title', trans('general.score-options'))
@section('content')
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
{{ trans('general.score-options') }}
</h1>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-6">
{!! $forms['rate']->render() !!}
</div>
<div class="col-md-6">
{!! $forms['sign']->render() !!}
</div>
</div>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
@endsection