@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Dashboard

Sales Invoice

Total Invoice: {{$sales}}

Create New

View All


Purchase Invoice

Total Invoice: {{$purchase}}

Create New

View All


Delivery Order

Total Orders: {{$dorder}}

Create New

View All


Quotation Sales

Total Quotation: {{$quotation}}

Create New

View All


Account Enquiry

Total Accounts: {{$account}}

Create New

View All


Item Enquiry

Total Items: {{$items}}

Create New

View All


Supplier Payment

Total Payment: {{$payment}}

Create New

View All


Customer Receipt

Total Receipt: {{$receipt}}

Create New

View All



Sales

Top Customers

Purchase

Top Products

Outstanding


Sales: {{number_format($salesos->unpaid+$salesos->balance,2)}}

Purchase: {{number_format($purchaseos->unpaid+$purchaseos->balance,2)}}

Top Salesman

    @foreach($salesman as $row)
  • {{$row['name']}} {{$row['per']}}%
  • @endforeach

Expiry Details

    @foreach($expdocs as $row)
  • profile-image

    {{$row['name']}}

    {{$row['doc']}} expiry on {{date('d-m-Y',strtotime($row['expiry_date']))}}.

    {{$row['days']}} days more

  • @endforeach

PDC Validity Details

@foreach($pdclist as $pd) @endforeach
Customer Amount Cheque No Cheque Date Bank
@foreach($pdcis as $pd) @endforeach
Supplier Amount Cheque No Cheque Date Bank
@stop {{-- page level scripts --}} @section('footer_scripts') @stop