7 lines
154 B
PHP
Raw Normal View History

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