@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')
@if(!empty(request()->pcuser)) @endif
@foreach($outlets as $outlet)
avatar img
@endforeach
User Profile Image
Card image

{{strtoupper($outletInfo->StoreName)}}

{{$pcuser}}

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}}

Overall Sales

₹ 0.00

Profile Cover Photo

{{strtoupper($outletInfo->StoreName)}}

Profile Picture



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}}

Overall Sales

₹ 0.00

₹ 0.00

Today Sales

₹ 0.00

Week to day

₹ 0.00

Month to day

₹ 0.00

Year to day

₹ 0.00

Last Year Sales

0 %

TY vs LY Sales %

Annual Sales Summary

Monthly Sales Summary

Asset Outlets Details :

@foreach($ao_data as $outlet_list) @endforeach
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}}

{{ \Hp::currencyFormat(round($totgrand3,2)) }}

Average Sale

₹ 0.00

Highest Transaction

{{ $recordSales[0]->currentDateCount }}

No of Transactions

Top 3 Performing Months

@if(isset($topthreesales) && !empty($topthreesales)) @foreach($topthreesales as $topthree) @endforeach @endif
Year Month No of Transactions Total Amount
{{$topthree->year}} {{$topthree->month}} {{$topthree->no_of_transactions}} {{ \Hp::currencyFormat(round($topthree->amount,2)) }}

Bottom 3 Performing Months

@if(isset($bottomthreesales) && !empty($bottomthreesales)) @foreach($bottomthreesales as $bottomthree) @endforeach @endif
Year Month No of Transactions Total Amount
{{$bottomthree->year}} {{$bottomthree->month}} {{$bottomthree->no_of_transactions}} {{ \Hp::currencyFormat(round($bottomthree->amount,2)) }}

Hourly Sales Summary

Year on Year Comparision

@endsection @section('page-script') @endsection