@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_profit') }} 0.00
{{ __('item.transaction_type') }} {{ __('app.total_amount') }}
{{ __('sale.profit') }} 0.00
@endsection @section('js') @include("plugin.export-table") @endsection