@if($order_items->count() > 0) @foreach($order_items as $key=>$data) {{ date('d-M-Y',strtotime($data->date_of_live)) }} {{ $data->crystal->type }} {{ $data->description }} ${{ $data->price }} x {{ $data->quantity }} ${{ $data->getOrderTotalAmount() }} @endforeach @else No Data Found @endif