@include('backend.includes.breadcrumb_inner')
@include('backend.includes.flash-message')
@php
$textcolor ='danger';
$textcolor1='danger';
if($$module_name_singular->is_active){
$textcolor = 'primary';
$textcolor1='dark';
}
@endphp
{{ ucfirst( $$module_name_singular->name[0])}}
Edit
{{isset($$module_name_singular->updated_at)?$$module_name_singular->updated_at->toDateTime()->format('d-m-Y H:i:s'):'N/A'}}
Last updated at
{{isset($$module_name_singular->last_generated_on)?$$module_name_singular->last_generated_on:'N/A'}}
Last generated at
@if(in_array($pagename,['history','performance','notes']))
@include ("client::backend.$module_name.show_".$pagename."form")
@else
@include ("client::backend.$module_name.show_form")
@endif