Blame view

resources/views/reports/income_summary/print.blade.php 154 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
  @extends('layouts.print')
  
  @section('title', trans('reports.summary.income'))
  
  @section('content')
      @include('reports.income_summary.body')
  @endsection