App\Http\Controllers\ClientsController::create PHP 메소드

create() 공개 메소드

Show the form for creating a new resource.
public create ( ) : Response
리턴 Response
    public function create()
    {
        return view('clients.create')->withUsers($this->users->getAllUsersWithDepartments())->withIndustries($this->clients->listAllIndustries());
    }