@if($puedeGestionar)
Nuevo anuncio
@endif @forelse($curso->anuncios as $anuncio)

{{ $anuncio->titulo }}

@if($anuncio->publicado_at) · {{ $anuncio->publicado_at->siteFormat() }} @else · Borrador @endif
@if($anuncio->cuerpo)
{!! $anuncio->cuerpo !!}
@endif
@if($puedeGestionar)
Editar
@csrf @method('DELETE')
@endif
@empty
No hay anuncios {{ $puedeGestionar ? '' : 'publicados ' }}en este curso.
@endempty