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

Edit AYUSH Transparency PDFs

@stop @section('content')

Edit Transparency Section PDFs

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($transparency->suspended_clients_pdf_url)
Current PDF: View Current PDF
@endif
@error('suspended_clients_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed. Leave empty to keep current file.
@if($transparency->withdrawn_clients_pdf_url)
Current PDF: View Current PDF
@endif
@error('withdrawn_clients_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed. Leave empty to keep current file.
is_active) ? 'checked' : '' }}>
Cancel
@stop @section('css') @stop @section('js') @stop