Name: {{ $contatUsRequestObj['name'] }} Email: {{ $contatUsRequestObj['email'] }}
Phone: {{ $contatUsRequestObj['phone'] }} Message: {{ $contatUsRequestObj['comments'] }}
Products:
@if($product_data) @foreach($product_data as $single_product) @endforeach @endif
Name Brand Name Color Surface Thickness Sizes
{{ $single_product['name'] ?? '' }} {{ $single_product['category'] ?? '' }} {{ $single_product['colors'] ?? '' }} {{ $single_product['surfaces'] ?? '' }} {{ $single_product['thicknesses'] ?? '' }} {{ $single_product['sizes'] ?? '' }}