tax summary
This commit is contained in:
15
resources/views/reports/tax_summary/print.blade.php
Normal file
15
resources/views/reports/tax_summary/print.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('layouts.print')
|
||||
|
||||
@section('title', trans('reports.summary.tax'))
|
||||
|
||||
@section('content')
|
||||
<div class="box-header">
|
||||
<h2>{{ trans('reports.summary.tax') }}</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.tax_summary.body')
|
||||
@endsection
|
||||
Reference in New Issue
Block a user