@extends('frontend.layouts.app') @section('title') Edit {{$$module_name_singular->name}}'s Profile @endsection @section('content')
@include('frontend.includes.messages')

@lang('Edit Profile')

This information will be displayed publicly so be careful what you share.

{{ html()->modelForm($userprofile, 'PATCH', route('frontend.users.profileUpdate', encode_id($$module_name_singular->id)))->acceptsFiles()->open() }}