blessing-skin-server/resources/views/user/report.blade.php
2019-03-30 11:38:30 +08:00

13 lines
279 B
PHP

@extends('user.master')
@section('title', trans('general.my-reports'))
@section('content')
<div class="content-wrapper">
<section class="content-header">
<h1>@lang('general.my-reports')</h1>
</section>
<section class="content"></section>
</div>
@endsection