@extends('layouts.app') @section('title') {{ $Product->name }} @endsection @push('meta') @endpush @section('content')
Shirts
--}}
@if ($Product->children->count() == 1)
$@convert($Product->children->first()->price)
@elseif($Product->children->count() > 1)
$@convert($Product->children->first()->price) - $@convert($Product->children()->orderBy('price', 'desc')->first()->price)
@else
$@convert($Product->price)
@endif
@if ($Product->discount_price > 0)
@if (!is_null($Product->header) || $Product->children->count() <= 1)
$@convert($Product->discount_price)
@endif
@endif
No incluye IVA
{{ $Product->short_detail }}
@if($Product->children->count() > 0 || (!is_null($Product->header) && $Product->header->children->count() > 0))