@extends('_version_01.commons.layouts.admin') @section('content') @include('_version_01.commons.layouts.partials._alert')
@php $priority_counter = 1 ; $index_columns = App\PaymentTestingAllowList::index_columns; @endphp @foreach($cols as $col) @if($col != 'store_id' && in_array($col, $index_columns) == true) @if($col == 'id') @elseif(str_contains($col, '_id')) @elseif($col == 'name' || $col == 'tel' || $col == 'email') @endif @endif @php $priority_counter ++ ; @endphp @endforeach @php $priority_counter = 1 ; @endphp @foreach($model as $index => $row) @foreach($row->toArray() as $key => $value) @if($key == 'name' || $key == 'tel' || $key == 'email') @endif @endforeach @endforeach
# {{App\Language::trans('Logo')}}{{App\Language::trans(ucwords(str_replace('_id', '', $col)))}}{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}{{App\Language::trans('Action')}}
{{$index+1}} {{$value}} {{App\Language::trans('Select')}} |
@endsection @section('script') @endsection