@extends('twill::layouts.main') @section('appTypeClass', 'body--listing') @php $translate = $translate ?? false; $translateTitle = $translateTitle ?? $translate ?? false; $reorder = $reorder ?? false; $nested = $nested ?? false; $bulkEdit = $bulkEdit ?? true; $create = $create ?? false; $skipCreateModal = $skipCreateModal ?? false; $controlLanguagesPublication = $controlLanguagesPublication ?? true; $requestFilter = json_decode(request()->get('filter'), true) ?? []; @endphp @push('extra_css') @if(app()->isProduction()) @endif @unless(config('twill.dev_mode', false)) @endunless @endpush @push('extra_js_head') @if(app()->isProduction()) @endif @endpush @section('content')
{{ twillTrans('twill::lang.listing.dialogs.delete.move-to-trash') }}
{{ twillTrans('twill::lang.listing.dialogs.delete.disclaimer') }}
{{ twillTrans('twill::lang.listing.dialogs.destroy.destroy-permanently') }}
{{ twillTrans('twill::lang.listing.dialogs.destroy.disclaimer') }}