{{--
--}}
Drop files here or click to upload.
@if ($product->photos)
@php
$photos = json_decode($product->photos, true) ?? [];
@endphp
{{-- @foreach ($photos as $photo)
@endforeach --}}
@foreach ($photos as $index => $photo)
@endforeach
@endif
@if($product->video)
@endif