{{ $agency_item_show->description }}
@switch($agency_item_show->type_id) @case($types->where('name', 'imagem')->first()->id)
@break @case($types->where('name', 'texto')->first()->id)

{{ $agency_item_show->content }}

@break
@case($types->where('name', 'video')->first()->id)
{{-- --}} content") }}" controls width="500px">
@break @case($types->where('name', 'página web')->first()->id)
@break @case($types->where('name', 'produto')->first()->id)
preço padrão: R$ {{ $agency_item_show->prices->where('promotion', false)->first()->list }}
@break @endswitch