@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
S.No | Customer Name | Mobile Number | 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 |