@extends('layouts.admin.master') @section('title', 'Dashboard') @section('vendor-style') @endsection @section('page-script') @endsection @section('vendor-script') @endsection @section('content')
Total Revenue

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totalsalerevenue']->grand_total) }}

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totalsalerevenue']->current_month_sum) }} This month
Total Material Purchase

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totalpurchaserevenue']->grand_total) }}

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totalpurchaserevenue']->current_month_sum) }} This month
Total Receivable

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totalcreditamount']) }}

As of today
Total Payable

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['totaldebtamount']) }}

As of today
Operational Expenses

₹ {{ preg_replace("/(\d+?)(?=(\d\d)+(\d)(?!\d))(\.\d+)?/i", "$1,", $data['expenceAmount']) }}

This month

Sales Analytics

Total Sales
Total Orders
# Code Name HSN Closing Stock Catagory BRAND MRP Sale Rate Landing Action
@endsection