@extends('backend.layouts.app') @section('content') @include('backend.includes.breadcrumb_inner')
@include('backend.includes.flash-message') {{ html()->modelForm($userprofile, 'PATCH', route('backend.users.profileUpdate', $$module_name_singular->id))->class('form d-flex flex-column flex-lg-row')->id('edit_profile_change')->attributes(['enctype'=>"multipart/form-data"])->open() }} @include("backend.$module_name.form_edit_profile")
Updated: {{ (isset($$module_name_singular->updated_at))?$$module_name_singular->updated_at->diffForHumans():'N/A'}}, Created at: {{isset($$module_name_singular->created_at)?$$module_name_singular->created_at->isoFormat('LLLL'):'N/A'}}
Cancel
{{ html()->closeModelForm() }}
@endsection