|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<h1 class="text-2xl font-bold">Загрузка изображений</h1>
|
|
|
|
|
<div class="flex space-x-4">
|
|
|
|
|
@for($i=0; $i<3; $i++)
|
|
|
|
|
<div class="border-2 border-dashed border-gray-300 w-32 h-32 flex items-center justify-center">
|
|
|
|
|
<div class="border-2 border-dashed border-gray-300 flex items-center justify-center w-1/3 h-32">
|
|
|
|
|
@if(isset($imagePreviews[$i]))
|
|
|
|
|
<img src="{{ $imagePreviews[$i] }}" class="object-cover w-full h-full" alt="Preview">
|
|
|
|
|
@else
|
|
|
|
|