7 lines
148 B
PHP
Raw Normal View History

2018-04-11 19:40:21 +03:00
@extends('layouts.print')
@section('title', trans('reports.profit_loss'))
@section('content')
@include('reports.profit_loss.body')
@endsection