@extends('backend.app') @section('title', 'Profile') @section('content')

Profile

Overview

image
{{ $user?->first_name .' '. $user?->last_name }}
{{ $user?->email }}
{{ $user?->role }}

Sign-in Method

Email Address
{{ $user?->email }}
@include('backend.partials.profile.email_edit')
@include('backend.partials.profile.password_change')

Profile Details

@include('backend.partials.profile.information_change')
@push('script') @endpush @endsection