@extends('layouts.master') @section('title', __('core.my_profile')) @section('content_title', __('core.my_profile')) @section('content_taskbar') @endsection @section('main_content')
@include('userportal::user_portal.user_data')
@endsection @push('script') @endpush