@extends('adminlte::page') @section('title', 'View AYUSH Transparency PDFs') @section('content_header')

View AYUSH Transparency PDFs

@stop @section('content')

Transparency Section PDF Details

@if($transparency->suspended_clients_pdf_url) View PDF @else No PDF uploaded @endif
@if($transparency->withdrawn_clients_pdf_url) View PDF @else No PDF uploaded @endif
@if($transparency->is_active) Active @else Inactive @endif
{{ $transparency->created_at->format('F j, Y g:i A') }}
{{ $transparency->updated_at->format('F j, Y g:i A') }}
@stop @section('css') @stop @section('js') @stop