@extends('backend.layouts.app') @section('content')
@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])}}
0
Total Jobs
0
Max Jobs
{{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
Generated Progress 50%
@if(in_array($pagename,['history','performance','notes'])) @include ("client::backend.$module_name.show_".$pagename."form") @else @include ("client::backend.$module_name.show_form") @endif
@endsection @push ('after-scripts') @include('client::backend.client.includes.client_index_js') @endpush