@extends('backend.layouts.backend') @section('styles') @endsection @section( 'main_body')
Home
My Profile
Profile
Security
Profile
This information will be displayed publicy so be careful what you share.
@csrf
First name
Last name
Display name
Phone Number
{{ $user->biography }}
Bio
Facebook
Twitter
Instagram
LinkedIn
Update Profile
Please wait...
@csrf
Photo
@php $thumbnail = "https://ui-avatars.com/api/?name=" . $user->first_name . "+" . $user->last_name . "&color=4c4e52&background=bdbec1"; if($user->thumbnail) $thumbnail = Storage::disk('public')->url($user->thumbnail); @endphp
Upload
Reset
Please wait...
Security
Change Password
@csrf
Old Password
New Password
Confirm Password
Change Password
Please wait...
@endsection @section('scripts') @endsection