imagen prooducto

{{ is_null($product->name) ? '' : $product->name . ' - ' }} {{ $product->category->name }} ({{ $product->contents }} {{ $product->measurement_unit->code }})

{{--
Heading 5
--}}

Precio: ${{ number_format($product->price->price, 2) }} m.n.

{{--
250 gr.
500 gr.
--}}

*EL ENVIÓ SE COTIZA AL MOMENTO DE SEGÚN PESO Y DESTINO | ENVIÓ A TODO MÉXICO

@if (auth()->check()) @if ($inventory > 0)
{{-- --}}
{{-- --}} {{-- --}} @if (auth()->user()->role_id != 1) @include('partials.counter-error', ['input' => 'error']) @include('partials.counter-success', ['input' => 'success']) @endif {{--
Bolsas
--}} {{-- --}}
@if (auth()->user()->role_id != 1) @endif

Productos disponibles: {{ $inventory }}

@else

Producto no disponible

Por el momento este producto no posee suficiente inventario, intente más tarde

@endif @else Regístrate para Comprar @endif
FICHA TÉCNICA
{{-- Altura --}} Presentación: {{ $product->introduction }}
{{-- Proceso --}} Origen: {{ $product->origin }}
{{-- Variedad --}} Tueste: {{ $product->roasting }}
{{--
Proceso Tipo | Arábico
--}}
DESCRIPCIÓN

{{ $product->description }}

También te puede interesar

@foreach ($products as $item) producto

{{ is_null($item->name) ? '' : $item->name . ' - ' }} {{ $item->category->name }} ({{ $item->contents }} {{ $item->measurement_unit->code }})

@endforeach {{--
producto

CAFÉ ORGÁNICO AMERICANO 7.5 kg.

producto

CAFÉ ESPECIAL ORGÁNICO 7.5 kg.

producto

CAFÉ ORGÁNICO DE ESPECIALIDAD 500 gr.

producto

CAFÉ ORGÁNICO AMERICANO 7.5 kg.

producto

CAFÉ ESPECIAL ORGÁNICO 7.5 kg.

--}}