Customer Detail

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

Customer Order Detail

@foreach($cartItem as $row)
design Size Quality Fringe Thickness Materials Quantity
{{ $row->name}} {{$row->options->size}} {{$row->options->quality}} {{$row->options->fringe}} {{$row->options->thickness}} {{$row->options->material}} {{$row->qty}}
Message: {{$row->options->notes}}
@endforeach

IP : {{$_SERVER['REMOTE_ADDR']}} Ip Country :{{$result->country_name}}