{{-- --}}
@if (count($commercialMonths) == 0) @endif
@foreach ($commercialMonths as $month)
{{ $month->getMonthName() }} {{ $month->getStartDate() }} → {{ $month->getEndDate() }}
@endforeach @if ($commercialMonths->count() < 12)
@endif
@if ($modalOpen)
@endif