@include('backend.includes.flash-message')
{{ html()->modelForm($$module_name_singular, 'PATCH', route("backend.$module_name.update", $$module_name_singular))->acceptsFiles()->class('form d-flex flex-column flex-lg-row')->id('emailmonitoringserver_add_edit')->open() }}
@include ("jbe::backend.$module_name.form")
Updated: {{ (isset($$module_name_singular->updated_at))?$$module_name_singular->updated_at->locale('en')->diffForHumans():'N/A'}},
Created at: {{isset($$module_name_singular->created_at)?$$module_name_singular->created_at->locale('en')->isoFormat('LLLL'):'N/A'}}
Cancel
{{ html()->form()->close() }}