@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 {{ $$module_name_singular->feed_type}}
Edit
0
Total Jobs
0
Imported 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
Import Progress 50%
@if(in_array($pagename,['history','performance','notes'])) @include ("feed::backend.$module_name.show_".$pagename."form") @else @include ("feed::backend.$module_name.show_form") @endif
@endsection @push('after-scripts') @include('feed::backend.feeds.includes.feeds_index_js') @endpush