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

Edit AYUSH Certification

@stop @section('content')

Edit AYUSH Certification Record

@csrf @method('PUT')
@error('client_name') {{ $message }} @enderror
@error('client_details') {{ $message }} @enderror Include location, certification type, and certificate number.
@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.
@error('total') {{ $message }} @enderror
@if($certification->certificate_pdf_url)
Current PDF: View Current PDF
@endif
@error('certificate_pdf') {{ $message }} @enderror Maximum file size: 10MB. Only PDF files are allowed. Leave empty to keep current file.
is_active) ? 'checked' : '' }}>
@stop @section('css') @stop @section('js') @stop