@extends('layouts.business.master') @section('title') {{ __('Party Wise Loss & Profit') }} @endsection @section('main_content')

{{ __('Party Wise Loss & Profit') }}

{{ __('Sales Amount') }}

{{ currency_format($totalAmount, currency: business_currency()) }}

{{ __('Profit') }}

{{ currency_format($totalProfit, currency: business_currency()) }}

{{ __('Loss') }}

{{ currency_format(abs($totalLoss), currency: business_currency()) }}

@include('business::print.header')

{{ __('Party Wise Loss & Profit') }}

@include('business::party-reports.loss-profit.datas')
@endsection @push('modal') @include('business::party-reports.loss-profit.view') @endpush