/** * Show the form for creating a new resource. * * @return \Illuminate\Http\Response */ public function create() { return Worker::findOrNew(0); }