13 lines
286 B
PHP
13 lines
286 B
PHP
|
@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
|