@include('icons.edit', ['class' => 'text-muted fill-current w-4 h-4 me-4']) {{ __('Edit') }} @if($plan->isPriced()) @include('icons.eye', ['class' => 'text-muted fill-current w-4 h-4 me-4']) {{ __('View') }} @endif @if(!$plan->isDefault()) @if($plan->trashed())
@include('icons.settings-backup-restore', ['class' => 'fill-current w-4 h-4 me-4']) {{ __('Restore') }} @else
@include('icons.block', ['class' => 'fill-current w-4 h-4 me-4']) {{ __('Disable') }} @endif @endif