{{-- |-------------------------------------------------------------------------- | Timeline Component (Odoo-style Chatter) |-------------------------------------------------------------------------- | Usage: @include('admin.audit.components.timeline', ['model' => $customer, 'title' => 'Activity']) | | Requirements: | - Model must exist and have an ID | - Routes: admin.audit.timeline (GET), admin.audit.comments.store (POST), admin.audit.comments.destroy (DELETE) --}} @php $modelClass = get_class($model); $modelId = $model->getKey(); $uniqueId = 'timeline_' . md5($modelClass . $modelId); $title = $title ?? 'Activity Log'; @endphp

{{ $title }} 0

Loading activity...