@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')
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

Sales Upload

@if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif
@csrf
@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Uploaded Sales Data ({{strtoupper($outletInfo->StoreName)}})

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