@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') }}

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

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

{{ __('Loss & Profit List') }}

{{-- search bar --}}
@include('business::loss-profit-histories.datas')
{{ __('Income Types') }} {{ __('Date') }} {{ __('Sale') }} {{ __('Income') }} {{ __('Expenses Types') }} {{ __('Date') }} {{ __('Expense') }}
@endsection