@extends('layouts.admin') @section('title', 'Activities') @section('page-title', 'Activities') @section('content')
{{ optional($startDate ?? null)->format('M j, Y') }} - {{ optional($endDate ?? null)->format('M j, Y') }}
{{ $item['label'] ?? '' }}
{{ $item['detail'] ?? '' }}
{{ \Carbon\Carbon::parse($item['at'])->diffForHumans() }}
No activities