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

@lang( 'report.profit_loss' )

@php $businessdata = \App\Business::where('id',request()->session()->get('user.business_id'))->first(); @endphp @stop @section('javascript') @endsection