App\Http\Controllers\ClientsController::create PHP Method

create() public method

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