@extends('pdf.pdfheader') @section('pdf.pdfContent')

Personal Details

@if($studentData->uploadimage && file_exists(public_path('assets/uploads/' . $studentData->uploadimage))) Parent Signature @endif

Parent's/Guardian Details

Disclamer

I DECLARE THAT THE INFORMATION GIVEN ABOVE IS TRUE TO THE BEST OF MY KNOWLEDGE. I AGREE THAT IF ANY INFORMATION FURNISHED ABOVE FOUND INCORRECT MY ADMISSION IS LIABLE TO BE CANCELLED. I HAVE READ AND ACCEPTED ALL TERMS & CONDITIONS ATTACHED WITH THIS FORM.


@if($studentData->candidatesign != null && file_exists(public_path('assets/uploads/' . $studentData->candidatesign)))
candidate signature
@endif

Candidate Sign

@if($studentData->Parentsign != null && file_exists(public_path('assets/uploads/' . $studentData->Parentsign)))
 Parent Signature
@endif

Parent/Guardian Sign

@if ($stapWithSign->upload_pdf && file_exists(public_path('assets/uploads/pdf/' . $stapWithSign->upload_pdf)))
 Parent Signature
@endif

Rector/Warden & Sign

@endsection