SG
Size: a a a
SG
И
E
<table>
@for($i = 0; $i < 6; $i++)
<tr>
@for($j = 1; $j <= 7; $j++)
<td {{ $calendar['currentDay'] == $calendar['startCount'] ? 'class = bg-secondary' : "" }}>
@if($calendar['startCount'] > 0 && $calendar['startCount'] <= $calendar['endCount'])
{{ $calendar['startCount']}}
@endif
@php
$calendar['startCount']++;
@endphp
</td>
@endfor
</tr>
@endfor
</table>
SG
<table>
@for($i = 0; $i < 6; $i++)
<tr>
@for($j = 1; $j <= 7; $j++)
<td {{ $calendar['currentDay'] == $calendar['startCount'] ? 'class = bg-secondary' : "" }}>
@if($calendar['startCount'] > 0 && $calendar['startCount'] <= $calendar['endCount'])
{{ $calendar['startCount']}}
@endif
@php
$calendar['startCount']++;
@endphp
</td>
@endfor
</tr>
@endfor
</table>
E
E
E
E
P
SG
P
SG
SG
МС
SG
A
E
A
SG
VG