RK
Size: a a a
RK
y
RK
DA
Ц
Ц
Ц
С
{"
y
С
{"
С
y
ЕК
С
M
@section('content')
<table>
@foreach ($products as $index => $product)
<tr>
<th>
<h2>{{ $product->name }}</h2>
</th>
@if($loop->even)
{{ $index }} is even
</tr>
@endif
@endforeach
</table>
@endsection
{{ $index }} is even