@extends('member.layouts.master') @section('member-body')
@include('layouts.message')

{{$heading}}

@livewire('member.account.edit-profile-component',['user_id'=>$user->id])
@endsection