2018-04-11 19:40:21 +03:00

7 lines
148 B
PHP

@extends('layouts.print')
@section('title', trans('reports.profit_loss'))
@section('content')
@include('reports.profit_loss.body')
@endsection