@extends('layouts.business.master') @section('title') {{ __('Bill Wise Profit & Loss') }} @endsection @section('main_content')
{{ __('Sales Amount') }}
{{ currency_format($total_sale_amount, currency: business_currency()) }}
{{ __('Loss') }}
{{ currency_format($loss, currency: business_currency()) }}
{{ __('Profit') }}
{{ currency_format($profit, currency: business_currency()) }}