@extends('adminlte::page')
@section('title', 'Upload AYUSH Transparency PDFs')
@section('content_header')
Upload AYUSH Transparency PDFs
@stop
@section('content')
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop
@section('css')
@stop
@section('js')
@stop