@extends('admin.layouts.master') @section('title', 'Dashboard - Lash Vanshy') @section('page-title', 'Dashboard') @section('content')

{{ $stats['mensajes_no_leidos'] }}

Mensajes nuevos

{{ $stats['total_modelos'] }}

Total Modelos

{{ $stats['total_productos'] }}

Total Servicios

{{ $stats['productos_destacados'] }}

Servicios Destacados

Mensajes Recientes Ver Todos
@if($mensajes_recientes->isNotEmpty())
@foreach($mensajes_recientes as $mensaje) @endforeach
Nombre Asunto Fecha Estado
{{ $mensaje->nombre }}
{{ $mensaje->email }}
{{ Str::limit($mensaje->mensaje, 40) }} {{ $mensaje->created_at->format('d/m/Y') }} @if($mensaje->leido) Leído @else Nuevo @endif
@else

No hay mensajes

Los mensajes de contacto aparecerán aquí

@endif
Vista Previa del Sitio

Accede al sitio público y revisa los cambios realizados

Ver Sitio Web
@endsection