@push('title') {{ $productData['name'] }} @endpush @extends('frontend.layouts.layout')
@include('frontend.partials.header')
@section('content') {{--@include('frontend.partials.modal-payment')--}} @include('frontend.partials.modal-preview')

{{ $productData['ref'] }}


{{ $productData['name'] }}

${{ number_format($productData['price'], 0, ',', '.') }} COP ${{ number_format($productData['oldPrice'], 0, ',', '.') }} COP

Disponibles: {{ $productData['stock'] }}

{{ $productData['description'] }}


@include('templates.input-increment',['label' => 'Cantidad:', 'id' => 'cantidadProductos', 'maxstock' => $productData['stock'] ])
@endsection @push('footer') @include('frontend.partials.footer') @endpush @push('js') @endpush