Blame view

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