Productos Destacados
@php $row3 = $items->take(3); $row3inverse = $items->take(-3); @endphp @foreach ($row3 as $item)
{{$item->description}}
{{ $item->currency_type_symbol }} {{ number_format($item->sale_unit, 2) }}
@endforeach
@foreach ($row3inverse as $item)
{{$item->description}}
{{ $item->currency_type_symbol }} {{ number_format($item->sale_unit, 2) }}
@endforeach