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