@php @endphp @extends('layout.dashboard') @section('title', $page_title) @section('content') @section('page_breadcrumbs') My Profile @endsection @include('sub.userprofile.profile_master') @include('sub.userprofile.changepassword_modal') @endsection @section('path_page_css', mix('/css/userprofile.css')) @section('path_page_js', mix('/js/userprofile.js'))