if (Auth::user()->type != 'admin') {
return abort(404);
}

bu kontrolde 403 veriyor