@if ($transformation) {!! Form::open(['url' => 'admin/data/transformations/delete/' . $transformation->id]) !!}

You are about to delete the {{ __('transformations.transformation') }} {{ $transformation->name }}. This is not reversible. If characters that have this {{ __('transformations.transformation') }} exist, you will not be able to delete this {{ __('transformations.transformation') }}.

Are you sure you want to delete {{ $transformation->name }}?

{!! Form::submit('Delete ' . ucfirst(__('transformations.transformation')), ['class' => 'btn btn-danger']) !!}
{!! Form::close() !!} @else Invalid {{ __('transformations.transformation') }} selected. @endif