Recent Activity

@forelse($hosting->logs()->orderBy('created_at', 'desc')->limit(5)->get() as $log)
{{ $log->created_at->format('M d, Y') }}
{{ $log->created_at->format('H:i') }}

{{ $log->action }}

{{ $log->description }}
@empty

No activity logs found

@endforelse