@extends('ventas.promotions.base') @section('promotions_title') {{ $promotion->description }} @endsection @section('promotions_header') {{ $promotion->description }} @endsection @section('promotions_content')

{{ ucwords($promotion->type->name()) }} {{ ($promotion->type === Incoviba\Model\Venta\Promotion\Type::FIXED) ? $format->ufs($promotion->amount) : $format->percent($promotion->amount, 2, true) }}

{{ $promotion->startDate->format('d-m-Y') }} -> {!! $promotion->endDate?->format('d-m-Y') ?? '∞' !!}

Válido hasta: {!! $promotion->validUntil?->format('d-m-Y') ?? '∅' !!}

@include('ventas.promotions.show.add_modal') @endsection @push('page_scripts') @endpush