@extends('layouts.master')
@extends('sidebar.dashboard')
@section('page-style')
@endsection
@section('content')
{{$pcuser}}
{{ $outletInfo->StoreManagerName}}
{{$outletInfo->StoreManagerPhoneNumber}}
{{date('D, d M Y H:i:s', strtotime($recordSales[0]->firstsync))}}
{{date('D, d M Y H:i:s', strtotime($outletInfo->ADSRInstalledDate))}}
{{date('D, d M Y H:i:s', strtotime($recordSales[0]->lastsync))}}
{{$storeStatus}}
₹ 0.00
| Manager | : | {{ $outletInfo->StoreManagerName}} |
| Mobile | : | {{$outletInfo->StoreManagerPhoneNumber}} |
| Opened On | : | {{date('D, d M Y H:i:s', strtotime($recordSales[0]->firstsync))}} |
| Persft Installed On | : | {{date('D, d M Y H:i:s', strtotime($outletInfo->ADSRInstalledDate))}} |
| Last Sync | : | {{date('D, d M Y H:i:s', strtotime($recordSales[0]->lastsync))}} |
| Status | : | {{$storeStatus}} |
Today Sales
Week to day
Month to day
Year to day
Last Year Sales
TY vs LY Sales %
| Store Name | Store Manager Name | Manager Phone Number | LastOnline | LocationName | LastUpdate | ADSRInstalledDate |
|---|---|---|---|---|---|---|
| {{$outlet_list->StoreName}} | @if($outlet_list->StoreManagerName!=''){{$outlet_list->StoreManagerName}} @else {{ "Not Found in Database"; }} @endif | @if($outlet_list->StoreManagerPhoneNumber!=''){{$outlet_list->StoreManagerPhoneNumber}} @else {{ "Not Found in Database"; }} @endif | {{$outlet_list->LastOnline}} | {{$outlet_list->LocationName}} | {{$outlet_list->LastUpdate}} | {{$outlet_list->ADSRInstalledDate}} |
Average Sale
Highest Transaction
No of Transactions
| Year | Month | No of Transactions | Total Amount |
|---|---|---|---|
| {{$topthree->year}} | {{$topthree->month}} | {{$topthree->no_of_transactions}} | {{ \Hp::currencyFormat(round($topthree->amount,2)) }} |
| Year | Month | No of Transactions | Total Amount |
|---|---|---|---|
| {{$bottomthree->year}} | {{$bottomthree->month}} | {{$bottomthree->no_of_transactions}} | {{ \Hp::currencyFormat(round($bottomthree->amount,2)) }} |