@extends("frontend.dashboard.layouts.app") @section("title") {{ $$module_name_singular->name }}'s Profile @endsection @section("content")
{{ $$module_name_singular->name }}

{{ $$module_name_singular->name }}

{{ $$module_name_singular->address }}

@if ($$module_name_singular->url_website) Visit Website @endif

Change Password

{{ html()->form("PATCH", route("frontend.users.changePasswordUpdate"))->class("form-horizontal")->open() }}