@extends('layouts.app') @section('title', __( 'report.profit_loss' )) @section('content')

@lang( 'report.profit_loss' )

@include('report/partials/profit_loss_details')

@stop @section('javascript') @endsection