@extends('layouts.principal') @section('script') @endsection @section('contenido') @include('menu.header_principal')

{{$producto->nombre}}

{{$producto->nombre}}

@if($producto->preciodescuento)

${{$producto->precio}}

${{$producto->preciodescuento}}

@else

${{$producto->precio}}

@endif

Código: {{$producto->abreviatura}}

Presentación: {{$producto->presentacion}}

Comprar @auth('cliente')
{{csrf_field()}}
@endauth
@endsection