@foreach($options as $key=> $row)
{{ $row->title }} {{ $row->catOption->currentDescription->title ?? "" }} {{ $row->role ? getUserRoleName($row->role) : __('general.all') }} {{ $row->catOptionType->currentDescription->title ?? "" }} {{ __("general.$row->status") }} {{-- {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} --}} @if($row->deleted_at) id) }}" data-method="put" class="icon rowAction" title="{{ __('dashboard.restore') }}">{{ __('dashboard.restore') }} id) }}" data-method="delete" class="icon rowAction" title="{{ __('dashboard.delete') }}">{{ __('dashboard.delete') }} @else id) }}" class="icon" title="{{ __('dashboard.edit') }}">{{ __('dashboard.edit') }} id) }}" data-method="delete" class="icon rowAction" title="{{ __('dashboard.trash') }}">{{ __('dashboard.trash') }} @endif @endforeach @if($options->hasPages()) {{ $options->links() }} @endif