@extends('layouts.app') @section('title', $producto->nombre . ' | ' . $comercio->nombre) @push('styles') @endpush @section('content')
Precio a consultar
@endifComercio: {{ $comercio->nombre }}
@if($producto->tipo)Tipo: {{ ucfirst($producto->tipo) }}
@endif{!! nl2br(e($producto->descripcion)) !!}
@endif