@extends('_version_02.commons.layouts.admin') @section('content') @include('_version_02.commons.layouts.partials._alert')
| # | @elseif(str_contains($col, '_id')){{App\Language::trans(ucwords(str_replace('_id', '', $col)))}} | @else{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}} | @endif @endif @php $priority_counter ++ ; @endphp @endforeach{{App\Language::trans('Action')}} |
|---|---|---|---|
| {{$index+1}} | @foreach($row->toArray() as $key => $value) @if($key == 'status'){{$row->display_status_string($key)}} | @elseif($key != 'id'){{$value}} | @endif @endforeach @include('_version_02.commons.layouts.partials._table_action_column')