@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
{{ $$module_name_singular->feed_type}}
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
@if(in_array($pagename,['history','performance','notes']))
@include ("feed::backend.$module_name.show_".$pagename."form")
@else
@include ("feed::backend.$module_name.show_form")
@endif