@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')
Profile Cover Photo
Profile Picture

{{$outletInfo->StoreName}}

Manager : {{$outletInfo->StoreManagerName}}
Mobile : {{$outletInfo->StoreManagerPhoneNumber}}

{{$storeStatus}}

Last Sync : {{date('D, d M Y H:i:s', strtotime($recordSales[0]->lastsync))}}

Opened on : {{date('D, d M Y H:i:s', strtotime($recordSales[0]->firstsync))}}

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

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

Average Sale

₹ 0.00

Highest Transaction

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

No of Transactions

₹ 0.00

--

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