@extends('template.admin.layout') @section('styles') @endsection @section('content-head')

Gestión de Anuncios

@endsection @section('content-body')
Anuncios Portal Web
@foreach($anuncios as $anuncio) @endforeach
Descripción Imagen Fecha de creación Estado Opciones
{{ $anuncio['descripcion'] }} imagen anuncio {{ $anuncio['created_at']->tz('America/Lima')->format('d-m-Y') }}
@if($anuncio['activo']) @else @endif
@endsection @section('scripts') @endsection