@extends('dashboard_connect.dash_master') @section('pagescontents') @foreach($userroleData as $keyone => $itemone) @if($chkmessage == "NotChanged")


@endif
img

{{ Str::upper($itemone->title) }} {{ Str::upper($itemone->name) }} {{ Str::upper($itemone->lname) }}

{{ Str::upper($itemone->roledesig) }} - DEPARTMENT OF {{ Str::upper($itemone->department) }}

College ERP Member Since: {{ \Carbon\Carbon::parse($itemone->created_at)->format('d-m-Y') }}

{{ $itemone->email }}
Mobile

{{ $itemone->mobileno }}

Alt Email

{{ $itemone->altemail }}

Contact

Phone (Office)

{{ $itemone->phoffice }}

Phone (Residence)

{{ $itemone->phresd }}

Communication Address

{{ $itemone->commaddress }}

Permanent Address

{{ $itemone->permaddress }}

Social

Facebook

facebook.com

Twitter

twitter.com

Linkedin

linkedin.com

@csrf @php $strmobilemsg = ""; if($mobilenoperm == "Yes"){ $strmobilemsg = "checked"; }else{ $strmobilemsg = ""; } $strphoffcmsg = ""; if($phofficeperm == "Yes"){ $strphoffcmsg = "checked"; }else{ $strphoffcmsg = ""; } $strresdnmsg = ""; if($phresdnperm == "Yes"){ $strresdnmsg = "checked"; }else{ $strresdnmsg = ""; } $strcommmsg = ""; if($commaddperm == "Yes"){ $strcommmsg = "checked"; }else{ $strcommmsg = ""; } $strwebmsg = ""; if($website == "Yes"){ $strwebmsg = "checked"; }else{ $strwebmsg = ""; } $strfbmsg = ""; if($facebook == "Yes"){ $strfbmsg = "checked"; }else{ $strfbmsg = ""; } $strtwitmsg = ""; if($twitter == "Yes"){ $strtwitmsg = "checked"; }else{ $strtwitmsg = ""; } $strlinkdmsg = ""; if($linkedin == "Yes"){ $strlinkdmsg = "checked"; }else{ $strlinkdmsg = ""; } @endphp
@php if($itemone->profile_photo_path=="NA"){ @endphp @php }else{ @endphp
img
@php } @endphp
 
@php if($itemone->profile_photo_path!="NA"){ @endphp Delete Profile Image @php } @endphp
@csrf
  • Password must be at least 8 characters in length.
  • Password must contain at least one lowercase letter.
  • Password must contain at least one uppercase letter.
  • Password must contain at least one digit.
  • Password must contain a special character.


@endforeach @endsection