@extends('layouts.admin') @section('title', 'Create AYUSH Certification') @section('content_header')

Create AYUSH Certification

@stop @section('content')

Add New AYUSH Certification Record

@csrf
@error('client_name') {{ $message }} @enderror Enter the full client name (e.g., M/S. COMPANY NAME LTD)
@error('client_details') {{ $message }} @enderror Include location, certification type, and certificate number. 0/1000
@error('address') {{ $message }} @enderror Enter the client's address (optional, maximum 255 characters)
@error('certificate_no') {{ $message }} @enderror Enter the certificate number (optional, maximum 255 characters)
@error('dosage_and_product') {{ $message }} @enderror List all products and their quantities. 0/1000
@error('total') {{ $message }} @enderror Enter the total number of products/certifications
@error('certificate_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed.
@stop @section('css') @stop @section('js') @stop