@extends('themes.backend.layouts.app') @section('dataTables') @stop @section('breadcrumb') {{ Breadcrumbs::render($editDataAtrArr['route'], $dataArr) }} @endsection @section('content')
{{ $editDataAtrArr['title'] }}
{{ $moduleAtrArr['cf_for'][$dataArr->field_for] }} {{ $dataArr->field_type }} {{ $dataArr->field_name }} {{ $dataArr->field_options['label'] }}
{{ $dataArr->field_options['module_selected_model']??'' }} {{ isset($dataArr->field_options['multiple'])?$moduleAtrArr['yes_no'][$dataArr->field_options['multiple']]:'' }} {{ isset($dataArr->field_options['drag_and_sort'])?$moduleAtrArr['yes_no'][$dataArr->field_options['drag_and_sort']]:'' }}
{{ $moduleAtrArr['status']['label'][$dataArr->status] }}
{{ $editDataAtrArr['titlegt'] }}
@if (count($dataListModel) > 0) @endif
{{ csrf_field() }}
@if (count($dataListModel) > 0) @endif @if (count($dataListModel) > 0) @foreach ($dataListModel as $key => $record) @endforeach @else @endif
{{ __('admin.customfield.grouptype.class_name_txt') }} {{ __('admin.customfield.grouptype.template_for_txt') }} {{ __('admin.mdfy_date_txt') }} {{ __('admin.mdfy_by_txt') }}
{{ $record->moduleclass->class_name }} {{ $record->template->title }} {{ strtotime($record->updated_at) ? date($listDataAtrArr['mdfy_dt_frmt'], strtotime($record->updated_at)) : '' }} {{ $record->updatedby->display_name ?? $listDataAtrArr['unknown_txt'] }}
{{ __('message.data_not_available') }}
@stop