@php use Illuminate\Support\Facades\Auth; $data = Auth::user(); @endphp @extends('backend.layouts.app') @section('PageTitle', 'Profile') @section('content')
@csrf User Image

{{$data->name}}

User Info


@csrf
Full Name
Email
Username
Phone
Address

Change Password


@csrf
Current Password
New Password
Confirm Password
@endsection @section('AjaxScript') @endsection @section('js') @endsection