Quick Link Details: {{ $quickLink->name }}
Basic Information
ID:
{{ $quickLink->id }}
Name:
{{ $quickLink->name }}
Display Order:
{{ $quickLink->display_order }}
Additional Details
External Link:
Status:
@if ($quickLink->is_published)
Published
@else
Draft
@endif
Created At:
{{ $quickLink->created_at->format('M d, Y H:i') }}
Updated At:
{{ $quickLink->updated_at->format('M d, Y H:i') }}