@extends('layouts.backend') @section('extraCss') @endsection @php $spscount = \App\CustomerPlan::with('customerRef')->whereHas('customerRef', function ($q) use ($pos_id) { $q->whereIn('warehouse_id', $pos_id); $q->Distinct('customer_id'); })->where('current', 1)->where('status', 1)->whereBetween('start_date', [$startdate, $enddate])->count(); $storesType = [ 1 => 'Suti' , 2 => 'Central' , 3 => 'Shopper' ]; $reqpos = request("pos_id"); @endphp @section('mainContentArea')