@extends('layouts.admin.layout') @section('content')
basic information :
{{ date('d-m-Y',strtotime(optional($user->userprofile)->date_of_birth)) }}
{{ strtoupper($user->userprofile->blood_group) }}
@if($user->userprofile->gender == 'male') Boy @elseif($user->userprofile->gender == 'female') Girl @endif
@if(optional($user->userprofile)->aadhar_number != '') {{ optional($user->userprofile)->aadhar_number }} @else -- @endif
{{ $user->userprofile->birth_place }}
{{ $user->userprofile->native_place }}
{{ $user->userprofile->mother_tongue }}
{{ $user->userprofile->caste }}
contact information :
@if($user->userprofile->address==null) -- @else {{ optional($user->userprofile)->address }} @endif