{{-- ======================= MÍDIAS EXISTENTES ======================= --}} @if(isset($artista))
@foreach($artista->midias->where('tipo','foto') as $foto)
@endforeach
@endif
{{-- ======================= NOVAS MÍDIAS ======================= --}}
@for($i=0;$i<3;$i++) @endfor
@push('js') @endpush