@extends('layouts.business.master') @section('title') {{ __('Loss Profit') }} @endsection @section('main_content')
{{ __('Loss') }}
{{ currency_format($loss, 'icon', 2, business_currency()) }}
{{ __('Profit') }}
{{ currency_format($profit, 'icon', 2, business_currency()) }}
{{ __('Total Sale') }}
{{ $total_sale_count }}
| {{ __('SL') }}. | {{ __('Invoice') }} | {{ __('Name') }} | {{ __('Total') }} | {{ __('Loss/Profit') }} | {{ __('Date') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|