@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea') @php $prices = [ 1 => '0-1499' , 2 => '1500-2499' , 3 => '2500-4999', 4 => '5000-7499' , 5 => '7500-9999', 6 => '10000 - above']; $frequency = [ 1 => '1 - 10 days' , 2 => '11 - 15 days' , 3 => '16 - 30 days', 4 => '31 - 60 days' , 5 => '61 - 90 days' , 6 => '91 - above days']; $timing = [ 1 => '9 - 12 am' , 2 => '12 - 6 pm' , 3 => '6 - 12 pm']; @endphp

Customer Reports

Filter

Bill Range Category Article Color ACTION
Loading...
@php $i= 1;@endphp @if(!empty($orders)) @foreach($orders as $key => $order) @php $i++; @endphp @endforeach @endif
S.No Customer Name Mobile Number Email Registration Date SPS Plan City view
{{ $i}} {{$order['name']}} {{$order['mobile_number']}} {{$order['email']}} {{$order['plan_date']}} {{$order['plan']}} {{ $order['city'] }} @if(!empty($order['customer_id']))@endif
@endsection @section('extraJs') @endsection