7 lines
156 B
PHP
7 lines
156 B
PHP
|
@extends('layouts.print')
|
||
|
|
||
|
@section('title', trans('reports.summary.expense'))
|
||
|
|
||
|
@section('content')
|
||
|
@include('reports.expense_summary.body')
|
||
|
@endsection
|