@extends('Common::admin.layout.page') @section('page')
| # | @foreach($list as $key =>$col_title){{ app()->getLocale() == 'ar' ? $col_title : ucfirst($key) }} | @endforeach @if(isset($links)) @foreach($links as $link){{ __($link['title']) }} | @endforeach @endif @if($able_edit){{ __("Edit") }} | @endif @if($able_remove){{ __("Delete") }} | @endif|
|---|---|---|---|---|---|
| {{ $loop->iteration }} | @foreach($list as $key => $col_title) @php $value = $key != 'created_at' && is_object($row->$key) ? $row->$key->ar : $row->$key; @endphp @if(in_array($key , ['image' , 'path'])){{ $value }} | @endif @endforeach @if(isset($links)) @foreach($links as $link)@endforeach @endif @if($able_edit) | id) }}"> | @endif @if($able_remove)@endif |