Customer Detail

Name: {{$order['name']}}
Address: {{$order['address']}},
City: {{$order['city']}}
Zip: {{$order['zip-code']}}
Country: {{$order['country']}}
Email : {{$order['email']}}
Phone: {{$order['phone']}}
Who: {{$order['whoyouare']}}

Customer Order Detail

@foreach($cartItem as $row)
design Size Quality Fringe Thickness Materials Quantity
{{ $row->name}} - {{$row->options->color}} {{$row->options->size}} {{$row->options->quality}} {{$row->options->fringe}} {{$row->options->thickness}} {{$row->options->material}} {{$row->qty}}
Message: {{$row->options->notes}}
@if(is_array($colors))
@foreach($colors as $cc) @endforeach
{{$cc->color_code}} 
@endif
@endforeach @if(is_object($result))

IP : {{ $result->ip }}
Ip Country :{{$result->country_name}}

@endif