@extends('layouts.app') @section('title', __('account.profit_and_loss')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.filter') }}
{{ __('account.balance_sheet_report') }}
{{----}}
{{ __('item.transaction_type') }} {{ __('app.total_amount') }}
{{ __('sale.sale_without_tax') }} (+) 0.00
{{ __('sale.sale_return_without_tax') }} (-) 0.00
{{ __('purchase.purchase_without_tax') }} (-) 0.00
{{ __('purchase.purchase_return_without_tax') }} (+) 0.00
{{ __('account.gross_profit') }} 0.00
{{ __('account.expense_without_tax') }} (-) 0.00
{{ __('account.net_summary') }} 0.00
{{ __('item.transaction_type') }} {{ __('app.total_amount') }}
{{ __('account.gross_profit') }}
({{ __('item.sale_price') }} - {{ __('item.avg_purchase_price') }})
{{ __('item.sale_price') }} = {{ __('sale.total').' - '. __('app.discount_amount') .' - '. __('tax.tax_amount') }}
0.00
@endsection @section('js') @include("plugin.export-table") @endsection