@extends('layouts.business.master') @section('title') {{ __('Profit & Loss') }} @endsection @section('main_content')
{{ currency_format($cardGrossProfit, currency: business_currency()) }}
{{ __('Gross Profit') }}
{{ currency_format($totalCardExpenses, currency: business_currency()) }}
{{ __('Expenses') }}
{{ currency_format($cardNetProfit, currency: business_currency()) }}
{{ __('Net Profit') }}
| {{ __('Income Types') }} | {{ __('Date') }} | {{ __('Sale') }} | {{ __('Income') }} | {{ __('Expenses Types') }} | {{ __('Date') }} | {{ __('Expense') }} |
|---|