@extends('layouts.app') @section('title', $pageTitle) @section('content')
@include('include.user.header')
{{-- @include('user.profile.header') --}}
@include('user.profile.navbar') @yield('profile-content')
@endsection @section('script') @endsection