@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


Account Enquiry

Total Invoice: {{$account}}

Create New

View All


Sales Order

Total Orders: {{$dorder}}

Create New

View All


Item Master

Total Orders: {{$items}}

Create New

View All


Customer Receipt

Total Quotation: {{$receipt}}

Create New

View All


Item Enquiry

Total Items: {{$items}}

Create New

View All


@stop {{-- page level scripts --}} @section('footer_scripts') @stop