@foreach ($img as $value)
@foreach ($value as $item)
@if ($item['type'] == 'video')
@elseif ($item['type'] == 'video web')
@elseif ($item['type'] == 'produto')
@elseif ($item['type'] == 'imagem')
@elseif ($item['type'] == 'página web')
@endif
@endforeach
@endforeach
{{ $item['desc'] }}