{{ translate('Manage Icon') }}
@if ($icons->count() > 0)
@foreach ($icons as $icon) @endforeach
{{ translate('Provider Name') }} {{ translate('Icon') }} {{ translate('Status') }} {{ translate('Action') }}
{{ $icon?->provider?->name ?? '' }} {!! $icon->icon !!}
@php $title = translate('Do you want to move to Trash'); $text = translate('If You trash, icon data will be trashed.'); if ($icon->trashed()) { $title = translate('Are you sure you want to delete this permanently'); $text = translate( 'If You delete it, icon data will be deleted permanently.', ); } @endphp @if ($icon->trashed()) @else @endif
{{ $icons->links('portal::admin.pagination.paginate') }} @else @endif