@extends('layouts.admin.layout') @section('content')

Id card

Print
@include('partials.message')

{{ Auth::user()->school->name }}

Year : {{$academic->name}}

Cell : {{Auth::user()->school->phone}}

Name :

{{ ucfirst($staffs->FullName ?? '') }}

designation :

{{($staffs->teacherprofile[0]->designation)}},

DOJ :

{{($staffs->userprofile->joining_date)}},

Address :

{{$staffs->userprofile->address}},
{{$staffs->userprofile->city->name}}, {{$staffs->userprofile->pincode}}

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
@endsection