@extends('backend.layouts.app') @section('content') @include('backend.includes.breadcrumb_inner')
@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('emailtemplate_add_edit')->open() }} @include ("jbe::backend.$module_name.form")
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()->form()->close() }}
@endsection