@extends('cfp.layouts.master') @section('content')

{{ __("cfp.DeleteRegisteredTitles") }}: {{ $title->NAME }} (ID: #{{ $title->ID }})

@include('cfp.components.error_alert')
{{ __("cfp.TitleRemoveUsers") }}.
ID) }}" method="post"> @csrf @method("DELETE")
@include("cfp.components.form-group", [ "control" => "button", "btn_color" => "danger", "value" => "Yes, deleta total" ])
@endsection