@extends('layouts.admin') @section('content')

Dashboard

Today Summary

Today's Total VAT {{ round($TodaysSaleTotal[0]->TaxTotal,2) }} {{ CurrencySymbol() }}
Today's Total Refund {{ round($TodaysTotalRefund[0]->TotalPrice,2) }} {{ CurrencySymbol() }}
Total Total Expense {{ round($TodaysTotalExpense[0]->Total,2) }} {{ CurrencySymbol() }}
Shop of the Month Shop of the Month
20% Increase in 30 Days
Product of the Month Product of the Month
20% Increase in 30 Days
Salesman of the Month Salesman of the Month
20% Increase in 30 Days

Sales: 1 Jan, 2014 - 30 Jul, 2014

Top Products of the Month

  • Chrome
  • IE
  • FireFox
  • Safari
  • Opera

Latest Invoices

@foreach ($LatestInvoices as $Invoice) @endforeach
Invoice ID Shop Tax Total UserID InvoiceDate
{{ $Invoice->InvoiceID }} {{ $Invoice->ShopName }} {{ $Invoice->TaxTotal }} {{ $Invoice->Total }} {{ $Invoice->FirstName }} {{ date('d-m-Y h:i A', strtotime($Invoice->created_at)) }}

Latest Products

@endsection