@extends('layouts.app_layout')
@section('content')
{{ $quickLink->title ?? '—' }}
{{ $quickLink->title_hi ?? '—' }}
{{ $quickLink->description ?? '—' }}
{{ $quickLink->description_hi ?? '—' }}
@if ($quickLink->link) {{ $quickLink->link }} @else — @endif
@if ($quickLink->is_approved == 1) Approved @elseif ($quickLink->is_approved == 2) Rejected @else Pending @endif
{!! $quickLink->is_published ? 'Published' : 'Not Published' !!}
{{ $quickLink->remarks ? $quickLink->remarks : 'No remarks available' }}