@extends('backend.app')
@section('title', 'Profile')
@section('content')
Email Address
{{ $user?->email }}
@include('backend.partials.profile.email_edit')
@include('backend.partials.profile.password_change')
@include('backend.partials.profile.information_change')
@push('script')
@endpush
@endsection