@extends('layouts.app') @section('content')
@if(!empty($user->profile_image))
Change Image
@else
Change Image
@endif
{{$user->name}}
Email:
{{$user->email.' '}}
Contact No:
{{$user->phone.' '}}
Change Password
Logout
@csrf
Change Password
×
@csrf
Old Password
New Password
Confirm New Password
Change Email
×
@csrf
Name
Password
Email
Change Contact Number
×
@csrf
Password
Contact Number
@endsection