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

Upload AYUSH Transparency PDFs

@stop @section('content')

Upload Transparency Section PDFs

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('suspended_clients_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed.
@error('withdrawn_clients_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed.
Enable this to make the transparency records visible on the website.
Cancel
@stop @section('css') @stop @section('js') @stop