@extends('layouts.app') @section('title', 'Site Health') @section('nav_website', 'bg-teal-50 text-teal-700 font-semibold') @section('page_title', 'Website Health') @section('page_subtitle', 'A quick overview of what is set up and what needs attention') @section('content') @php $levelClasses = [ 'red' => 'bg-red-50 border-red-200 text-red-700', 'amber' => 'bg-amber-50 border-amber-200 text-amber-700', 'teal' => 'bg-teal-50 border-teal-200 text-teal-700', 'gray' => 'bg-gray-50 border-gray-200 text-gray-600', ]; @endphp
These types fall back to a placeholder on the public site.
No website edits logged yet.
@else{{ $log->description }}
{{ $log->user_name ?? 'System' }} ยท {{ $log->created_at->diffForHumans() }}