@extends('layouts.admin.layout') @section('content')
@include('partials.message')

Non-Teaching Staff Profile

  • Edit
  • @csrf @method('delete')

basic information :

  • Date Of Birth :

    {{ date('d-m-Y',strtotime(optional($user->userprofile)->date_of_birth)) }}

  • Blood Group :

    {{ strtoupper($user->userprofile->blood_group) }}

  • Gender :

    {{ optional($user->userprofile)->gender }}

  • Aadhar Number :

    @if(optional($user->userprofile)->aadhar_number != '') {{ optional($user->userprofile)->aadhar_number }} @else -- @endif

contact information :

{{ ucwords($user->FullName) }}

ID: {{ $user->id }}

@endsection @push('scripts') @endpush