Orders
S NO | Brand | Quantity | Price | Location | Status | |
---|---|---|---|---|---|---|
{{ $order->id }} | {{ $order->email }} | {{ $order->brands }} | {{ $order->quantity }} | {{ $order->price }} |
@php
$locationData = json_decode($order->location);
@endphp
Country: {{ $locationData->country }} State: {{ $locationData->state }} City: {{ $locationData->city }} Area: {{ $locationData->area }} |