@extends('layouts.app_layout')
@section('content')
{{ $announcement->title ?? '—' }}
{{ $announcement->title_hi ?? '—' }}
{{ $announcement->description ?? '—' }}
{{ $announcement->description_hi ?? '—' }}
{{ ucfirst($announcement->file_or_link) ?? '—' }}
No file uploaded.
@endifNo Hindi file uploaded.
@endif{!! $announcement->status ? 'Active' : 'Inactive' !!}
@if ($announcement->is_approved == 1) Approved @elseif ($announcement->is_approved == 2) Rejected @else Pending @endif
{!! $announcement->is_published ? 'Published' : 'Not Published' !!}
{{ $announcement->remarks ? $announcement->remarks :'No remarks available' }}