@extends('layouts.admin.layout') @section('content')
![]() |
{{ Auth::user()->school->name }}
|
| Name : |
{{ ucfirst($staffs->FullName ?? '') }} |
| designation : |
{{($staffs->teacherprofile[0]->designation)}}, |
| DOJ : |
{{($staffs->userprofile->joining_date)}}, |
| Address : |
{{$staffs->userprofile->address}}, |
ID : {{($staffs->teacherprofile[0]->employee_id)}}
|
D.O.B {{ optional($staffs->userprofile)->date_of_birth ? \Carbon\Carbon::parse($staffs->userprofile->date_of_birth)->format('d-m-Y') : '' }} |
Mobile : {{ $staffs->mobile_no }} |
Blood Group : @if($staffs->userprofile->blood_group!=null) {{ucwords($staffs->userprofile->blood_group)}} VE @else - @endif |
| Signature of Principal |