@component('mail::message')
| Class : | {{ $data->get_class->class_name }} |
|---|---|
| Student Name : | {{ $data->sname }} |
| Gender : | {{ $data->gender }} |
| D.O.B : | {{ \Carbon\Carbon::parse($data->dob)->format('d-m-Y') }} |
| Father Name : | {{ isset($data->fname) ? $data->fname : '' }} |
| Father Mobile No : | {{ isset($data->fmobile) ? $data->fmobile : '' }} |
| Father Whatsapp No : | {{ isset($data->fwhatsap_no) ? $data->fwhatsap_no : '' }} |
| Mother Name : | {{ isset($data->mname) ? $data->mname : '' }} |
| Mother Mobile No : | {{ isset($data->mmobile) ? $data->mmobile : '' }} |
| Mother Whatsapp No : | {{ isset($data->mwhatsap_no) ? $data->mwhatsap_no : '' }} |
| Address : | {{ $data->address }} |
| The above information is given by me is true and correct and nothing has been concealed there in. | @if($data->fees_mode == 1) Yes @endif |