@extends('frontend.layout') @section('pageHeading') @if (!empty($pageHeading)) {{ $pageHeading->customer_edit_profile_page_title ?? __('Edit Profile') }} @else {{ __('Edit Profile') }} @endif @endsection @section('hero-section')
@endsection @section('content')
@includeIf('frontend.customer.partials.sidebar')
@endsection