{{trans('dashboard.today_invoices')}}
{{trans('dashboard.today_sales')}}
{{trans('dashboard.month_invoices')}}
{{trans('dashboard.month_sales')}}
{{trans('dashboard.today_sales')}}
{{trans('dashboard.today_profit')}}*
{{trans('dashboard.today_revenue')}}
{{trans('en.today_items')}}
{{trans('en.today_new_customer')}}
{{trans('en.today_new_products')}}
{{trans('dashboard.income_vs_expenses')}}
{{ trans('invoices.invoice')}} | {{ trans('customers.customer') }} | {{ trans('invoices.invoice_due_date') }} | {{ trans('general.amount') }} | {{ trans('general.status') }} |
---|---|---|---|---|
@switch($invoice['i_class']) @case(0) {{$prefixes->where('class','=',1)->first()->value}} @break @case(1) {{$prefixes->where('class','=',10)->first()->value}} @break @case($invoice['i_class']>1) {{$prefixes->where('class','=',6)->first()->value}} @break @endswitch #{{$invoice['tid']}} | {{$invoice->customer->name}} | {{dateFormat($invoice['invoiceduedate'])}} | {{amountFormat($invoice['total'])}} | {{trans('payments.'.$invoice['status'])}} |
@foreach($data['customers'] as $customer)
@endforeach
{{$customer->customer->name}}{{trans('payments.'.$customer['status'])}}
{{trans('en.sales_goal')}} %
{{trans('en.stock_goal')}} %
{{trans('en.income_goal')}} %
{{trans('en.expense_goal')}} %
{{trans('transactions.payment_date')}} | {{ trans('transactions.account_id') }} | {{ trans('transactions.debit') }} | {{ trans('transactions.credit') }} | {{ trans('transactions.method') }} |
---|---|---|---|---|
{{dateFormat($item['payment_date'])}} #{{$item['id']}} | {{@$item->account->holder}} | {{amountFormat($item['debit'])}} | {{amountFormat($item['credit'])}} | {{$item['method']}} |
{{trans('dashboard.stock_alert')}}
-
@foreach ($data['stock_alert'] as $product)
- {{+$product['qty']}} {{$product->product['unit']}} {{$product->product['name']}} {{$product['name']}} {{$product->warehouse['title']}} @endforeach