@extends('layouts.app') @section('content')
@include('incs.contentheader')
{{-- --}}
{{--
Participating Stores {{ $totalStoreCount->TotalStores }}
Stores with upload file {{ $totalStoreCount->UploadedFiles }}
Stores without upload file {{ $totalStoreCount->StoresWithoutUpload }}
Stores with file issue {{ $totalStoreCount->StoreWithErrors }}
--}}
{{--
Site Code Site Name
--}}
@endsection @section('script') {{-- --}} {{-- --}} @endsection