@extends('back.layouts.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'Profile') @section('content')
@livewire('author-profile-header')

Personal Details

@livewire('author-personal-details')

Change Password

@livewire('author-change-password-form')
@endsection @push('scripts') @endpush