Option de livraison

@if ($currentStep > $step) @endif
@if ($currentStep >= $step)
@if ($currentStep == $step)
@foreach ($this->shippingOptions as $option)
@endforeach
@if ($errors->has('chosenShipping'))

{{ $errors->first('chosenShipping') }}

@endif @elseif($currentStep > $step && $this->shippingOption)
{{ $this->shippingOption->getDescription() }}
{{ $this->shippingOption->getPrice()->formatted() }}
@endif @if ($step == $currentStep)
@endif
@endif