The expression return array('message' => 'Degree deleted') returns the type array<string,string> which is incompatible with the documented return type Illuminate\Http\Response.
The expression return back() returns the type Illuminate\Http\RedirectResponse which is incompatible with the documented return type Illuminate\Http\Response.