anyone can help me?
how to resolve ->
BadMethodCallException
Call to undefined method App\ModalName::onlyTrashed()
my controller ->
public function destroy(Abc $abc)
{
$abc= Abc::destroy($abc->id)->get();
return redirect('/dir/abcdir')-> with('delete', 'aaa');
}