@extends('themes.backend.layouts.app') @section('dataTables') @stop @section('breadcrumb') {{ Breadcrumbs::render('template.index') }} @endsection @section('content')
{{ __('admin.template.all_txt') }}
@if ($roleRights['add']) @endif @if ($roleRights['delete']) @if (count($dataListModel) > 0)   @endif @endif
{{ csrf_field() }}
@if ($roleRights['delete']) @if (count($dataListModel) > 0) @endif @endif @if ($fldsHide['descp'] == $boolFalse) @endif @if ($fldsHide['c_order'] == $boolFalse) @endif @if (count($dataListModel) > 0) @foreach ($dataListModel as $key => $record) @if ($roleRights['delete']) @endif @if ($fldsHide['descp'] == $boolFalse) @endif @if ($fldsHide['c_order'] == $boolFalse) @endif @endforeach @else @endif
{{ __('admin.title_txt') }}{{ __('admin.description_txt') }}{{ __('admin.template.class_name_txt') }}{{ __('admin.order_txt') }}{{ __('admin.status_txt') }} {{ __('admin.mdfy_date_txt') }} {{ __('admin.mdfy_by_txt') }}
@if ($roleRights['edit']) {{ $record->title }} @else {{ $record->title }} @endif
{!! $record->slug !!} / {!! $record->file_name !!}
{!! $record->descp !!} {{ isset($record->classtemplate->moduleclass) ? $record->classtemplate->moduleclass->class_name : '-' }} {{ $record->c_order > 0 ? $record->c_order : '' }} @if ($roleRights['edit']) @else @endif {{ date($listDataAtrArr['mdfy_dt_frmt'], strtotime($record->updated_at)) }} {{ $record->updatedby->display_name ?? $listDataAtrArr['unknown_txt'] }}
{{ __('message.data_not_available') }}
@stop