@include("shared.header")
@include("shared.navbar")
Delete course
$c->id]) }}" method="POST"> @csrf @method("delete")
Are you sure you want to delete course "
{{ $c->name }}
"? All enrolled users will be deleted and their data will be irretrievably lost. This operation is irreversible!
Delete
@include("shared.footer")