7 lines
156 B
PHP
Raw Normal View History

2018-04-07 12:00:39 +03:00
@extends('layouts.print')
@section('title', trans('reports.summary.expense'))
@section('content')
@include('reports.expense_summary.body')
@endsection