@extends('layouts.app') @section('title') All Brands @endsection @section('content') @php $ApplicationEndDate = config('constants.ApplicationEndDate'); @endphp
Personal Details

Registration Application Payment
@csrf
Note : Please do not use any prefix such as Shri/ Mr./ Ms./ Dr./ Mrs. Etc.
@error('CandidateName')
{{ $message }}
@enderror
Note : Please do not use any prefix such as Shri/ Mr./ Dr. Etc.
@error('FatherName')
{{ $message }}
@enderror
Note : Please do not use any prefix such as Shri/ Mr./ Dr. Etc.
@error('MotherName')
{{ $message }}
@enderror
@php // DD(trim($PersonalModel['DOB'])); $dateComponents = explode('-', trim($PersonalModel['DOB'])); $year = $dateComponents[0] ?? ''; // year $month = $dateComponents[1] ?? ''; // month $day = $dateComponents[2] ?? ''; // day @endphp
@error('day')
{{ $message }}
@enderror
@error('month')
{{ $message }}
@enderror
@error('year')
{{ $message }}
@enderror
{{--
--}}