diff --git a/resources/views/reports/profit_loss/print.blade.php b/resources/views/reports/profit_loss/print.blade.php index 9bc8a77ba..6c3154fb5 100644 --- a/resources/views/reports/profit_loss/print.blade.php +++ b/resources/views/reports/profit_loss/print.blade.php @@ -3,5 +3,13 @@ @section('title', trans('reports.profit_loss')) @section('content') +
+

{{ trans('reports.profit_loss') }}

+
+ {{ setting('general.company_name') }} +
+ {{ Date::parse(request('year') . '-1-1')->format($date_format) }} - {{ Date::parse(request('year') . '-12-31')->format($date_format) }} +
+
@include('reports.profit_loss.body') @endsection \ No newline at end of file