added header to print layout #293
This commit is contained in:
parent
5506be336d
commit
6f035fd2b5
@ -3,5 +3,13 @@
|
|||||||
@section('title', trans('reports.profit_loss'))
|
@section('title', trans('reports.profit_loss'))
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<div class="box-header">
|
||||||
|
<h2>{{ trans('reports.profit_loss') }}</h2>
|
||||||
|
<div class="text-muted">
|
||||||
|
{{ setting('general.company_name') }}
|
||||||
|
<br/>
|
||||||
|
{{ Date::parse(request('year') . '-1-1')->format($date_format) }} - {{ Date::parse(request('year') . '-12-31')->format($date_format) }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@include('reports.profit_loss.body')
|
@include('reports.profit_loss.body')
|
||||||
@endsection
|
@endsection
|
Loading…
x
Reference in New Issue
Block a user