@if (!empty($shipping)) @foreach ($shipping as $s) @endforeach @else

No data available

@endif
Cart Customer Phone Number Email Addess IP Addess Cart Item Count Created Last Modifie
{{ $s->cart_id }} {{ $s->customer_name }} {{ $s->customer_phone }} {{ $s->customer_email }} {{ $s->ip_address }} {{ $s->item_count }} {{ date('m/d/Y h:i A',strtotime($s->created_at)) }} {{ date('m/d/Y h:i A',strtotime($s->updated_at)) }}