@csrf @method('DELETE') @include('layouts.confirm_modal', [ 'name' => $modalId ?? "delete-{$url}-modal", 'title' => $modalTitle ?? 'Потврди брисање', 'text' => $modalText ?? 'Потврди брисање', 'cancel' => $cancelCta ?? 'Откажи', 'action' => $confirmCta ?? 'Потврди' ])