@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