@extends('User.Layout.main_layout') @section('title','Generate Certificate') @section('main_container')

Apply For Certificate

@csrf

Warning: Undefined variable $learner_id_arr in /home/karnava/public_html/center.karnavati.in/resources/views/User/generate_certificate.blade.php on line 32

Warning: foreach() argument must be of type array|object, null given in /home/karnava/public_html/center.karnavati.in/resources/views/User/generate_certificate.blade.php on line 32
@if($errors->has('enrollment_no')) {{($errors->first('enrollment_no'))}} @endif
@if($errors->has('year')) {{($errors->first('year'))}} @endif
@endsection