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

AYUSH Transparency PDFs

@stop @section('content')

Manage Transparency Section PDFs

@if($transparency) Edit PDFs @else Upload PDFs @endif
@if(session('success'))
{{ session('success') }}
@endif @if($transparency)
@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->updated_at->format('F j, Y g:i A') }}
@else

No transparency PDFs found.

Upload PDFs for the transparency section.

Upload PDFs
@endif
@stop @section('css') @stop @section('js') @stop