Route::bind('administrator', function ($id) { return Administrator::find($id) ?? abort(404, 'Administrator does not exist.'); });