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

13 lines
286 B
PHP
Raw Normal View History

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