{{-- filterCollapse --}}
@php $interestOptions = [ 'Floor/Wall Tiles', 'Sanitary-ware & Bath-ware', 'Water Tanks', 'Construction Chemicals / Adhesives' ]; @endphp
@php $projects = [ 'New Construction', 'Renovation', 'Commercial Project', ]; @endphp
@php $Areas = [ 'One Bathroom', 'Few Bathrooms', 'Full House / Building', 'Just Browsing' ]; @endphp
Reset
@foreach($customers as $index=>$c) @endforeach
ID Customer specification Customer Interest Project Area Actions
{{ $index+1 }}
name: {{$c->name}}
Email:{{$c->email}}
Mobile No: {{$c->mobile_no}}
location:{{$c->location}}
@if(!empty($c->interest)) @foreach($c->interest as $item) {{ $item }} @endforeach @else - @endif {{$c->project_type}} {{$c->area}}