@foreach ($img as $key => $value)
@if ($value->type == 'video') @elseif ($value->type == 'video web') @elseif ($value->type == 'imagem') {{ $value->description }} @elseif ($value->type == 'página web') @endif
@endforeach