@if($items->count() == 0)
Orden vacia
@else
@foreach ($items as $item) @endforeach
# Código descripción cant. P. unit
{{ $item->id_product }}
{{ $item->description }} {{ $item->quantity }} ${{ $item->cost }}
Total: ${{$total}}
@endif