@extends('backend.layouts.main') @section('title') View Quick Link @endsection @section('content')

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') }}
@endsection