@extends('admin.layout.master') @section('title') Emergicare911 Admin | Manage User @endsection @section('content')
Manage User Details
@if($userInfo->profile_image == 'useravatars/default_avatar.png' || $userInfo->profile_image == NULL) img @else img @endif


{{$user->name}}
{{$user->email}}
@if($userInfo->mobile_no != NULL) {{$userInfo->mobile_no}} @else N/A @endif
@if($userInfo->address != NULL && $userInfo->zip != NULL) {{$userInfo->address}}, {{$userInfo->zip}} @else N/A @endif
Back
@endsection @section('scripts') @endsection